You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,10 @@ class ImportStdModule(TestBase):
11
11
12
12
mydir=TestBase.compute_mydir(__file__)
13
13
14
+
# We only emulate a fake libc++ in this test and don't use the real libc++,
15
+
# but we still add the libc++ category so that this test is only run in
16
+
# test configurations where libc++ is actually supposed to be tested.
0 commit comments