Skip to content

Commit 5367d6f

Browse files
authored
Fix test_ccall under llvm backend by suppressing warning (#6899)
1 parent feee2e6 commit 5367d6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_core.py

+1
Original file line numberDiff line numberDiff line change
@@ -6217,6 +6217,7 @@ def test_autodebug(self):
62176217

62186218
@sync
62196219
def test_ccall(self):
6220+
self.emcc_args.append('-Wno-return-stack-address')
62206221
self.set_setting('EXTRA_EXPORTED_RUNTIME_METHODS', ['ccall', 'cwrap'])
62216222
post = '''
62226223
def process(filename):

0 commit comments

Comments
 (0)