diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-02-08 16:20:20 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-02-08 16:20:20 -0800 |
commit | 9bf8d3e6eaf327326925d17d02d60fc670c6874c (patch) | |
tree | 51353c6cfd2f2248e244decf2eb20152b3ff2313 | |
parent | c844ed84ffa7ef658949abc08d25462958744eb6 (diff) |
re-enable now working test_istream
-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 d220dca7..9f561473 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -3743,7 +3743,7 @@ def process(filename): ''' self.do_run(src, "some string constant") - def zzztest_istream(self): + def test_istream(self): if self.emcc_args is None: return self.skip('requires libcxx') src = ''' |