Skip to content

Commit dabe2e8

Browse files
authored
Revert print -> logger.debug change
1 parent 2e8301b commit dabe2e8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_core.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2806,11 +2806,11 @@ def test_pthread_cleanup(self):
28062806

28072807
@node_pthreads
28082808
def test_pthread_setspecific_mainthread(self):
2809-
logger.debug('.. return')
2809+
print('.. return')
28102810
self.do_runf(test_file('pthread/test_pthread_setspecific_mainthread.c'), 'done!', emcc_args=['-DRETURN'])
2811-
logger.debug('.. exit')
2811+
print('.. exit')
28122812
self.do_runf(test_file('pthread/test_pthread_setspecific_mainthread.c'), 'done!', emcc_args=['-DEXIT'])
2813-
logger.debug('.. pthread_exit')
2813+
print('.. pthread_exit')
28142814
self.do_run_in_out_file_test('pthread/test_pthread_setspecific_mainthread.c')
28152815

28162816
@node_pthreads

0 commit comments

Comments
 (0)