Author: matze
Date: Mon Mar 2 18:12:08 2015
New Revision: 231039
URL: http://llvm.org/viewvc/llvm-project?rev=231039&view=rev
Log:
Fix typo in my last commit.
Modified:
cfe/trunk/test/Frontend/dependency-generation-crash.c
Modified: cfe/trunk/test/Frontend/dependency-generation-crash.c
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Frontend/dependency-generation-crash.c?rev=231039&r1=231038&r2=231039&view=diff
==============================================================================
--- cfe/trunk/test/Frontend/dependency-generation-crash.c (original)
+++ cfe/trunk/test/Frontend/dependency-generation-crash.c Mon Mar 2 18:12:08
2015
@@ -1,4 +1,4 @@
-// RUN: not %clang_cc1 -E -dependency-file bla -MT %t/doesnotexist/bla.o -MP
-o $t/doesnotexist/bla.o -x c /dev/null 2>&1 | FileCheck %s
+// RUN: not %clang_cc1 -E -dependency-file bla -MT %t/doesnotexist/bla.o -MP
-o %t/doesnotexist/bla.o -x c /dev/null 2>&1 | FileCheck %s
// CHECK: error: unable to open output file
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits