From 29612e349e01951af3562be9fc1e309e5268d9ff Mon Sep 17 00:00:00 2001 From: Kunshan Wang Date: Tue, 10 Sep 2024 14:45:16 +0800 Subject: [PATCH] Enable TestIRB::ContextTest#test_prompt_main_truncate The "pointer being freed was not allocated" error is not reproducible. If it is reproduced in the future, we shall report an issue and try to fix that. --- test/.excludes-mmtk/TestIRB/ContextTest.rb | 1 - 1 file changed, 1 deletion(-) delete mode 100644 test/.excludes-mmtk/TestIRB/ContextTest.rb diff --git a/test/.excludes-mmtk/TestIRB/ContextTest.rb b/test/.excludes-mmtk/TestIRB/ContextTest.rb deleted file mode 100644 index 6da7bf7fe3c6a8..00000000000000 --- a/test/.excludes-mmtk/TestIRB/ContextTest.rb +++ /dev/null @@ -1 +0,0 @@ -exclude(:test_prompt_main_truncate, "pointer being freed was not allocated")