]> granicus.if.org Git - clang/commitdiff
Fix run line in failing test case (it was missing the '%s' for the
authorTed Kremenek <kremenek@apple.com>
Fri, 1 May 2009 17:29:33 +0000 (17:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 1 May 2009 17:29:33 +0000 (17:29 +0000)
file name, thus causing the test case to hang).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@70558 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/xfail_rdar_6440393.m

index 9a30c01eee181f7091ecdfaebf2112e05178269e..a3e91428c6520a563c8cebcf61ca3885869e69a1 100644 (file)
@@ -1,5 +1,5 @@
-// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic &&
-// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region
+// RUN: clang-cc -analyze -checker-cfref -analyzer-store=basic %s &&
+// RUN: clang-cc -analyze -checker-cfref -analyzer-store=region %s
 // XFAIL
 
 // *** These tests will be migrated to other test files once these failures