Skip to content

Commit

Permalink
Revert print -> logger.debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
RReverser committed Nov 17, 2022
1 parent 2e8301b commit dabe2e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_core.py
Expand Up @@ -2806,11 +2806,11 @@ def test_pthread_cleanup(self):

@node_pthreads
def test_pthread_setspecific_mainthread(self):
logger.debug('.. return')
print('.. return')
self.do_runf(test_file('pthread/test_pthread_setspecific_mainthread.c'), 'done!', emcc_args=['-DRETURN'])
logger.debug('.. exit')
print('.. exit')
self.do_runf(test_file('pthread/test_pthread_setspecific_mainthread.c'), 'done!', emcc_args=['-DEXIT'])
logger.debug('.. pthread_exit')
print('.. pthread_exit')
self.do_run_in_out_file_test('pthread/test_pthread_setspecific_mainthread.c')

@node_pthreads
Expand Down

0 comments on commit dabe2e8

Please sign in to comment.