浏览代码

Fix typo in my last commit.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231039 91177308-0d34-0410-b5e6-96231b3b80d8
Matthias Braun 10 年之前
父节点
当前提交
2b2f299158
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/Frontend/dependency-generation-crash.c

+ 1 - 1
test/Frontend/dependency-generation-crash.c

@@ -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
 // CHECK: error: unable to open output file