diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-08 12:07:41 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-08 12:07:41 -0800 |
commit | d3f0585b4735fa4fe39cf8837920ab84f563ca8b (patch) | |
tree | 518326011037f4df2bf4277ca6e5f3d94178bb68 | |
parent | ef59283debcb71ddadf5d9e9c2444d463f165557 (diff) | |
parent | 4946b916d51356c33f4ac47ec3476ae8096a894b (diff) |
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
-rwxr-xr-x | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 9f561473..d220dca7 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3743,7 +3743,7 @@ def process(filename): ''' self.do_run(src, "some string constant") - def test_istream(self): + def zzztest_istream(self): if self.emcc_args is None: return self.skip('requires libcxx') src = ''' |