diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/mkmf/test_have_macro.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mkmf/test_have_macro.rb b/test/mkmf/test_have_macro.rb index 735a57c093..5ee953c68f 100644 --- a/test/mkmf/test_have_macro.rb +++ b/test/mkmf/test_have_macro.rb @@ -16,6 +16,7 @@ class TestMkmf tmp.close base = File.basename(tmp.path) assert_equal(true, have_macro(MACRO_NAME, base, "-I."), MKMFLOG) + tmp.close(true) end end @@ -29,6 +30,7 @@ class TestMkmf tmp.close base = File.basename(tmp.path) assert_equal(false, have_macro(MACRO_NAME, base, "-I."), MKMFLOG) + tmp.close(true) end end end |