Skip to content

Commit eb8f3d3

Browse files
authored
Mark test_codesize_hello as @Crossplatform (#24492)
See #24488
1 parent bad3b04 commit eb8f3d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9363,6 +9363,7 @@ def test_codesize_cxx(self, args):
93639363
# lead to different inlining decisions which add or remove a function
93649364
self.run_codesize_test('hello_libcxx.cpp', args, check_funcs=False)
93659365

9366+
@crossplatform
93669367
@parameterized({
93679368
'O0': ([],),
93689369
'O1': (['-O1'],),

0 commit comments

Comments
 (0)