diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2013-12-21 12:03:46 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2013-12-21 12:03:46 +0200 |
commit | 813032e5b9b648b0d82c78f24cc8c3c3d1fbe02d (patch) | |
tree | ae2676d786902c239239a05334ac853a44f5e9ab /tests | |
parent | c8263b3d8970d25a046d434811c4a44e9b3f28f0 (diff) |
Update test other.test_demangle to pass after the previous commit which added demangling '_main' to 'main()'.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_other.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_other.py b/tests/test_other.py index c0f926df..a6e8b533 100644 --- a/tests/test_other.py +++ b/tests/test_other.py @@ -2021,7 +2021,7 @@ done. Popen([PYTHON, EMCC, 'src.cpp', '-s', 'LINKABLE=1']).communicate() output = run_js('a.out.js') self.assertContained('''operator new() -_main +main() f2() abcdabcdabcd(int) abcdabcdabcd(int) |