summaryrefslogtreecommitdiffstats
path: root/lldb/lit/SymbolFile/DWARF/apple-index-is-used.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/lit/SymbolFile/DWARF/apple-index-is-used.cpp')
-rw-r--r--lldb/lit/SymbolFile/DWARF/apple-index-is-used.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lldb/lit/SymbolFile/DWARF/apple-index-is-used.cpp b/lldb/lit/SymbolFile/DWARF/apple-index-is-used.cpp
deleted file mode 100644
index 00440531e99..00000000000
--- a/lldb/lit/SymbolFile/DWARF/apple-index-is-used.cpp
+++ /dev/null
@@ -1,8 +0,0 @@
-// Test that we use the apple indexes.
-// RUN: %clang %s -g -c -o %t --target=x86_64-apple-macosx
-// RUN: lldb-test symbols %t | FileCheck %s
-
-// CHECK: .apple_names index present
-// CHECK: .apple_types index present
-
-int foo;
OpenPOWER on IntegriCloud