Skip to content

Commit 73de005

Browse files
committed
Feedback from #22419
1 parent a991e85 commit 73de005

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_other.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8675,7 +8675,7 @@ def test_metadce_minimal_pthreads(self):
86758675
'ctors1': (['-O2', '-sEVAL_CTORS'], [], ['waka']),
86768676
'ctors2': (['-O2', '-sEVAL_CTORS=2'], [], ['waka']),
86778677
'wasmfs': (['-O2', '-sWASMFS'], [], ['waka']),
8678-
'lto': (['-O2', '-flto'], [], ['waka']),
8678+
'lto': (['-O2', '-flto'], [], ['waka']),
86798679
})
86808680
def test_metadce_cxx(self, *args):
86818681
# do not check functions in this test as there are a lot of libc++ functions

0 commit comments

Comments
 (0)