diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-02 17:44:32 +0200 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-02 17:44:32 +0200 |
commit | fea282c5d45daf83170bff821aa0b3be7abd3499 (patch) | |
tree | d6031150cba28b1802498bdf3da741f8845d1ff3 /tests/runner.py | |
parent | 1b17d7ef860b127d3a2bd6862f1684990d510d2c (diff) |
fix langinfo
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index f6d29e2a..549f63f1 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -2380,7 +2380,7 @@ if 'benchmark' not in str(sys.argv): def test_langinfo(self): src = open(path_from_root('tests', 'langinfo', 'test.c'), 'r').read() expected = open(path_from_root('tests', 'langinfo', 'output.txt'), 'r').read() - self.do_test(src, expected) + self.do_test(src, expected, extra_emscripten_args=['-H', 'libc/langinfo.h']) def test_files(self): global CORRECT_SIGNS; CORRECT_SIGNS = 1 # Just so our output is what we expect. Can flip them both. |