diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-12-12 10:59:25 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-21 10:47:41 -0800 |
commit | f8415314c2b9588c1d75f06d19d5d139aac684d0 (patch) | |
tree | 24add5ee6dcaf49a8061fe465904a8a009624082 /tests | |
parent | c671578dc1b000b30f34cbf1e148001a694dc2d1 (diff) |
fix test_utf
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index b3048989..9c8f129e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -5325,6 +5325,8 @@ def process(filename): def test_utf(self): self.banned_js_engines = [SPIDERMONKEY_ENGINE] # only node handles utf well + Settings.EXPORTED_FUNCTIONS = ['_main', '_malloc'] + src = r''' #include <stdio.h> #include <emscripten.h> |