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 2e8301b commit dabe2e8Copy full SHA for dabe2e8
test/test_core.py
@@ -2806,11 +2806,11 @@ def test_pthread_cleanup(self):
2806
2807
@node_pthreads
2808
def test_pthread_setspecific_mainthread(self):
2809
- logger.debug('.. return')
+ print('.. return')
2810
self.do_runf(test_file('pthread/test_pthread_setspecific_mainthread.c'), 'done!', emcc_args=['-DRETURN'])
2811
- logger.debug('.. exit')
+ print('.. exit')
2812
self.do_runf(test_file('pthread/test_pthread_setspecific_mainthread.c'), 'done!', emcc_args=['-DEXIT'])
2813
- logger.debug('.. pthread_exit')
+ print('.. pthread_exit')
2814
self.do_run_in_out_file_test('pthread/test_pthread_setspecific_mainthread.c')
2815
2816
0 commit comments