diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-04-26 17:56:12 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-04-26 17:56:12 -0700 |
commit | a7768671a526845565d04644b755fbee5ea804bf (patch) | |
tree | 8002a6df6a63149449a6035a321c8944d5fc53ba | |
parent | 6ab6f6130ef97afc4d0e3ada8474d91387a65085 (diff) |
update test_emcc
-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 55c85114..a92f4bc4 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -9428,7 +9428,7 @@ Options that are modified or new in %s include: output = Popen([PYTHON, compiler, 'twopart_main.o'] + args, stdout=PIPE, stderr=PIPE).communicate() assert os.path.exists(target), '\n'.join(output) #print '\n'.join(output) - self.assertContained('is not a function', run_js(target, stderr=STDOUT)) + self.assertContained('missing function', run_js(target, stderr=STDOUT)) try_delete(target) # Combining those bc files into js should work |