diff --git a/test/excludes/_third_party_heap/TestGC.rb b/test/excludes/_third_party_heap/TestGC.rb deleted file mode 100644 index 1332d80b2c67a4..00000000000000 --- a/test/excludes/_third_party_heap/TestGC.rb +++ /dev/null @@ -1,4 +0,0 @@ -exclude :gc_mark_begin, "no gc implemented yet" -exclude :gc_mark_end, "no gc implemented yet" -exclude :gc_sweep_begin, "no gc implemented yet" -exclude :gc_sweep_end, "no gc implemented yet" \ No newline at end of file diff --git a/test/excludes/_third_party_heap/TestGc.rb b/test/excludes/_third_party_heap/TestGc.rb index e6ab74d25d02f6..f964d240f94398 100644 --- a/test/excludes/_third_party_heap/TestGc.rb +++ b/test/excludes/_third_party_heap/TestGc.rb @@ -29,4 +29,8 @@ exclude :test_vm_object, "no gc implemented yet" exclude :test_exception_in_finalizer_procs, "no gc implemented yet" exclude :test_exception_in_finalizer_method, "no gc implemented yet" -exclude :test_object_ids_never_repeat, "no gc implemented yet" \ No newline at end of file +exclude :test_object_ids_never_repeat, "no gc implemented yet" +exclude :gc_mark_begin, "no gc implemented yet" +exclude :gc_mark_end, "no gc implemented yet" +exclude :gc_sweep_begin, "no gc implemented yet" +exclude :gc_sweep_end, "no gc implemented yet"