[lldb] Re-add deleted RUN line in module-ownership.mm
authorRaphael Isemann <teemperor@gmail.com>
Thu, 30 Apr 2020 17:28:23 +0000 (19:28 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Thu, 30 Apr 2020 17:29:50 +0000 (19:29 +0200)
This was deleted in 681466f5e6412350a0b066791450e72325c2c074 by accident.

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

index f6522e1..b83797f 100644 (file)
@@ -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;