forked from OSchip/llvm-project
[lldb] Re-add deleted RUN line in module-ownership.mm
This was deleted in 681466f5e6
by accident.
This commit is contained in:
parent
cfedd7d5e3
commit
b3180d6a1a
|
@ -1,6 +1,7 @@
|
|||
// RUN: %clang --target=x86_64-apple-macosx -g -gmodules \
|
||||
// RUN: -fmodules -fmodules-cache-path=%t.cache \
|
||||
// RUN: -c -o %t.o %s -I%S/Inputs
|
||||
// RUN: lldb-test symbols -dump-clang-ast %t.o | FileCheck %s
|
||||
// Verify that the owning module information from DWARF is preserved in the AST.
|
||||
|
||||
@import A;
|
||||
|
|
Loading…
Reference in New Issue