We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fdc0e0 commit 02e8ce3Copy full SHA for 02e8ce3
test/test_other.py
@@ -12500,7 +12500,7 @@ def test_pthread_trap(self):
12500
self.emcc_args += ['--profiling-funcs', '-pthread']
12501
output = self.do_runf(test_file('pthread/test_pthread_trap.c'), assert_returncode=NON_ZERO)
12502
self.assertContained('sent an error!', output)
12503
- self.assertContained('at (test_pthread_trap.wasm.?)thread_main', output, regex=True)
+ self.assertContained('at (test_pthread_trap.wasm.)?thread_main', output, regex=True)
12504
12505
@node_pthreads
12506
def test_emscripten_set_interval(self):
0 commit comments