summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/resource-dir.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Driver/resource-dir.cpp')
-rw-r--r--clang/test/Driver/resource-dir.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Driver/resource-dir.cpp b/clang/test/Driver/resource-dir.cpp
deleted file mode 100644
index 106e8839955..00000000000
--- a/clang/test/Driver/resource-dir.cpp
+++ /dev/null
@@ -1,10 +0,0 @@
-// RUN: %clang %s -fsyntax-only -### 2> %t.log
-// RUN: FileCheck %s --check-prefix=CHECK-DEFAULT < %t.log
-
-// CHECK-DEFAULT: "-resource-dir" "{{.+}}/../lib/clang/{{.+}}"
-
-// RUN: %clang %s -fsyntax-only -ccc-install-dir /my/install/dir -### 2> %t.log
-// RUN: FileCheck %s --check-prefix=CHECK-INSTALL-DIR < %t.log
-// CHECK-INSTALL-DIR: "-resource-dir" "/my/install/dir{{[\\/]+}}..{{[\\/]+}}lib{{[\\/]+}}clang{{[\\/]+.+}}"
-
-void foo(void) {}
OpenPOWER on IntegriCloud