[lldb] Re-add deleted RUN line in module-ownership.mm

This was deleted in 681466f5e6 by accident.
This commit is contained in:
Raphael Isemann 2020-04-30 19:28:23 +02:00
parent cfedd7d5e3
commit b3180d6a1a
1 changed files with 1 additions and 0 deletions

View 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;