1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* lib/test/unit.rb (assert_include): add alias.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30853 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-02-12 14:17:54 +00:00
parent 58b325366d
commit 7f46fadd9d
10 changed files with 20 additions and 15 deletions

View file

@ -19,7 +19,7 @@ class TestMkmf
}
$defs.clear
assert_equal(expect.to_i, mkmf {check_signedness("test1_t", "confdefs.h")}, MKMFLOG)
assert_includes($defs, "-DSIGNEDNESS_OF_TEST1_T=#{expect}")
assert_include($defs, "-DSIGNEDNESS_OF_TEST1_T=#{expect}")
end
end
end