aboutsummaryrefslogtreecommitdiffstats
path: root/test/mkmf/test_signedness.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/mkmf/test_signedness.rb')
-rw-r--r--test/mkmf/test_signedness.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mkmf/test_signedness.rb b/test/mkmf/test_signedness.rb
index ad0495a2b5..8d58073698 100644
--- a/test/mkmf/test_signedness.rb
+++ b/test/mkmf/test_signedness.rb
@@ -22,6 +22,8 @@ class TestMkmf
assert_include($defs, "-DSIGNEDNESS_OF_TEST1_T=#{expect}")
end
end
+ ensure
+ File.unlink("confdefs.h")
end
end
end