Skip to content

Commit 7c189ff

Browse files
committed
fix
1 parent afa9822 commit 7c189ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9594,7 +9594,7 @@ def test_fcoverage_mapping(self):
95949594
self.assertExists('default.profraw')
95959595
self.run_process([LLVM_PROFDATA, 'merge', '-sparse', 'default.profraw', '-o', 'out.profdata'])
95969596
self.assertExists('out.profdata')
9597-
self.assertEquals(expected, self.run_process([LLVM_COV, 'show', 'test_hello_world.wasm', '-instr-profile=out.profdata'], stdout=PIPE).stdout)
9597+
self.assertEqual(expected, self.run_process([LLVM_COV, 'show', 'test_hello_world.wasm', '-instr-profile=out.profdata'], stdout=PIPE).stdout)
95989598

95999599
@node_pthreads
96009600
@flaky('https://github.com/emscripten-core/emscripten/issues/20067')

0 commit comments

Comments
 (0)