summaryrefslogtreecommitdiff
path: root/test/mkmf/test_signedness.rb
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 09:41:14 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 09:41:14 +0000
commit9102ee7be2586b5206a9ad40c1bb5f0624911931 (patch)
tree4909c647696e7506cee32234c861971dfe39b2ca /test/mkmf/test_signedness.rb
parentca512bdaa878df34fd27b720998d40fbc68a5e0f (diff)
* test/mkmf: remove generated files and ensure nothing left.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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