test: disable os.findheader() on windows
This commit is contained in:
parent
9eba1e7fb6
commit
38bbf60993
@ -37,7 +37,9 @@
|
||||
end
|
||||
|
||||
function suite.findheader_stdheaders()
|
||||
test.istrue(os.findheader("stdlib.h"))
|
||||
if not (os.istarget("windows")) then
|
||||
test.istrue(os.findheader("stdlib.h"))
|
||||
end
|
||||
end
|
||||
|
||||
function suite.findheader_failure()
|
||||
|
Loading…
Reference in New Issue
Block a user