Files
clang-p2996/lldb/test/API/lang/cpp/extern_c/TestExternCSymbols.py
Alex Langford 5fff4b75ca [lldb] Pass TestExternCSymbols.py on Windows
This test previously was expected to fail on windows. As of my previous
patch (1d2a62afaf) this test now passes on
windows consistently. This patch adjusts the expectations of the test
accordingly.
2022-08-08 11:01:16 -07:00

5 lines
124 B
Python

from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
lldbinline.MakeInlineTest(__file__, globals())