[cfe-commits] r70558 - /cfe/trunk/test/Analysis/xfail_rdar_6440393.m
Ted Kremenek
kremenek at apple.com
Fri May 1 10:29:44 PDT 2009
Author: kremenek
Date: Fri May 1 12:29:33 2009
New Revision: 70558
URL: http://llvm.org/viewvc/llvm-project?rev=70558&view=rev
Log:
Fix run line in failing test case (it was missing the '%s' for the
file name, thus causing the test case to hang).
Modified:
cfe/trunk/test/Analysis/xfail_rdar_6440393.m
Modified: cfe/trunk/test/Analysis/xfail_rdar_6440393.m
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/xfail_rdar_6440393.m?rev=70558&r1=70557&r2=70558&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/xfail_rdar_6440393.m (original)
+++ cfe/trunk/test/Analysis/xfail_rdar_6440393.m Fri May 1 12:29:33 2009
@@ -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
More information about the cfe-commits
mailing list