summaryrefslogtreecommitdiffstats
path: root/test/Frontend/output-failures.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Frontend/output-failures.c')
-rw-r--r--test/Frontend/output-failures.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Frontend/output-failures.c b/test/Frontend/output-failures.c
new file mode 100644
index 0000000..a8687c7
--- /dev/null
+++ b/test/Frontend/output-failures.c
@@ -0,0 +1,4 @@
+// RUN: not clang-cc -emit-llvm -o %S/doesnotexist/somename %s 2> %t
+// RUN: FileCheck -check-prefix=OUTPUTFAIL -input-file=%t %s
+
+// OUTPUTFAIL: Error opening output file '{{.*}}doesnotexist{{.*}}'
OpenPOWER on IntegriCloud