Skip to content

Commit 8294f40

Browse files
authored
Update test_perf_profiler.py
1 parent 0ade5a3 commit 8294f40

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_perf_profiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def baz():
167167
self.assertNotIn(f"py::bar:{script}", child_perf_file_contents)
168168
self.assertNotIn(f"py::baz:{script}", child_perf_file_contents)
169169

170-
@unittest.skipIf(support.check_bolt_optimized(), "fails on BOLT instrumented binaries")
170+
171171
def test_sys_api(self):
172172
code = """if 1:
173173
import sys

0 commit comments

Comments
 (0)