fix the duplicated test name.
This commit is contained in:
parent
3186004412
commit
46fe87e6e3
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user