fix the duplicated test name.

This commit is contained in:
xpol 2012-07-30 20:52:35 +08:00
parent 3186004412
commit 46fe87e6e3

View File

@ -71,7 +71,7 @@
test.isequal({ "-Wall -Wextra" }, gcc.getcflags(cfg))
end
function suite.cflags_onExtraWarnings()
function suite.cflags_onNoWarnings()
flags { "NoWarnings" }
prepare()
test.isequal({ "-w" }, gcc.getcflags(cfg))