aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/debug-info-slash.test
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/CodeGen/debug-info-slash.test')
-rw-r--r--clang/test/CodeGen/debug-info-slash.test10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/CodeGen/debug-info-slash.test b/clang/test/CodeGen/debug-info-slash.test
deleted file mode 100644
index 0e42912..0000000
--- a/clang/test/CodeGen/debug-info-slash.test
+++ /dev/null
@@ -1,10 +0,0 @@
-RUN: rm -rf %t-dir
-RUN: mkdir -p %t-dir/header/Inputs
-RUN: cp %S/Inputs/debug-info-slash.cpp %t-dir/
-RUN: cp %S/Inputs/debug-info-slash.h %t-dir/header/Inputs
-RUN: cd %t-dir
-RUN: %clang -target x86_64-pc-win32 -emit-llvm -S -g %t-dir/debug-info-slash.cpp -Iheader -o - | FileCheck --check-prefix=WIN %s
-RUN: %clang -target x86_64-linux-gnu -emit-llvm -S -g %t-dir/debug-info-slash.cpp -Iheader -o - | FileCheck --check-prefix=LINUX %s
-
-WIN: lambda at header\\Inputs\\debug-info-slash.h
-LINUX: lambda at header/Inputs/debug-info-slash.h