Skip to content

Commit 6087854

Browse files
authored
1 parent 0cf3c43 commit 6087854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/test/API/python_api/unnamed_symbol_lookup/TestUnnamedSymbolLookup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
from lldbsuite.test.lldbtest import *
99
from lldbsuite.test import lldbutil
1010

11-
11+
# --keep-symbol causes error on Windows: llvm-strip.exe: error: option is not supported for COFF
12+
@skipIfWindows
1213
class TestUnnamedSymbolLookup(TestBase):
1314
def test_unnamed_symbol_lookup(self):
1415
"""Test looking up unnamed symbol synthetic name"""

0 commit comments

Comments
 (0)