Skip to content

Commit 88a4109

Browse files
committed
Temporarily disable <cstdlib> tests in wasm_stdlib_01.cc
Signed-off-by: Roberto Raggi <[email protected]>
1 parent 6d2fa79 commit 88a4109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit_tests/sema/wasm_stdlib_01.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
#include <cctype>
44
#include <cstdio>
5-
#include <cstdlib>
5+
// #include <cstdlib>
66
#include <cstring>

0 commit comments

Comments
 (0)