Skip to content

Commit 99ff39d

Browse files
authored
Remove legacy test that references use asm. NFC (#24685)
1 parent 829f4ae commit 99ff39d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/test_other.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8660,11 +8660,6 @@ def test_canonicalize_nan_warning(self):
86608660
self.assertContained('nan\n', out)
86618661
self.assertContained('0x7fc01234\n', out)
86628662

8663-
def test_memory_growth_noasm(self):
8664-
self.run_process([EMCC, test_file('hello_world.c'), '-O2', '-sALLOW_MEMORY_GROWTH'])
8665-
src = read_file('a.out.js')
8666-
assert 'use asm' not in src
8667-
86688663
def test_EM_ASM_i64(self):
86698664
self.do_other_test('test_em_asm_i64.cpp')
86708665
self.do_other_test('test_em_asm_i64.cpp', force_c=True)

0 commit comments

Comments
 (0)