Skip to content

Commit c76b122

Browse files
committed
comment
1 parent e55647a commit c76b122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9238,7 +9238,7 @@ def test_warning_flags(self):
92389238
self.assertContained('error: use of legacy setting: TOTAL_MEMORY (setting renamed to INITIAL_MEMORY) [-Wlegacy-settings] [-Werror]', stderr)
92399239

92409240
# check that `-Wno-pthreads-mem` disables USE_PTHREADS + ALLOW_GROWTH_MEMORY warning
9241-
# (note that we must build the .o file with atomics support, now)
9241+
# (note that we must build the .o file with atomics support now)
92429242
self.run_process([EMCC, '-c', '-o', 'hello.o', path_from_root('tests', 'hello_world.c'), '-pthread'])
92439243
stderr = self.run_process(cmd + ['-Wno-pthreads-mem-growth', '-s', 'USE_PTHREADS=1', '-s', 'ALLOW_MEMORY_GROWTH=1'], stderr=PIPE).stderr
92449244
self.assertNotContained('USE_PTHREADS + ALLOW_MEMORY_GROWTH may run non-wasm code slowly, see https://github.com/WebAssembly/design/issues/1271', stderr)

0 commit comments

Comments
 (0)