Skip to content

Commit 51c2bec

Browse files
committed
Fix script.test_fcoverage_mapping
1 parent 820eb94 commit 51c2bec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9824,7 +9824,7 @@ def test_fcoverage_mapping(self):
98249824
'''
98259825
self.set_setting('NODERAWFS')
98269826
self.set_setting('EXIT_RUNTIME')
9827-
self.do_core_test('test_hello_world.c', cflags=['-fprofile-instr-generate', '-fcoverage-mapping', '-g'])
9827+
self.do_core_test('test_hello_world.c', cflags=['-fprofile-instr-generate', '-fcoverage-mapping', '-g', '-lstubs'])
98289828
self.assertExists('default.profraw')
98299829
self.run_process([LLVM_PROFDATA, 'merge', '-sparse', 'default.profraw', '-o', 'out.profdata'])
98309830
self.assertExists('out.profdata')

0 commit comments

Comments
 (0)