Skip to content

Commit b3180d6

Browse files
committed
[lldb] Re-add deleted RUN line in module-ownership.mm
This was deleted in 681466f by accident.
1 parent cfedd7d commit b3180d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/Shell/SymbolFile/DWARF/module-ownership.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// RUN: %clang --target=x86_64-apple-macosx -g -gmodules \
22
// RUN: -fmodules -fmodules-cache-path=%t.cache \
33
// RUN: -c -o %t.o %s -I%S/Inputs
4+
// RUN: lldb-test symbols -dump-clang-ast %t.o | FileCheck %s
45
// Verify that the owning module information from DWARF is preserved in the AST.
56

67
@import A;

0 commit comments

Comments
 (0)