summaryrefslogtreecommitdiffstats
path: root/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c')
-rw-r--r--lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c b/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c
deleted file mode 100644
index 6df38dcacd7..00000000000
--- a/lldb/test/Shell/Breakpoint/Inputs/case-sensitive.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main() {
- int x = 47; // REGEX-THIS
- return x;
-}
OpenPOWER on IntegriCloud