]> granicus.if.org Git - clang/commitdiff
This test does not require --exact-match from FileCheck.
authorTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 04:29:08 +0000 (04:29 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 8 Sep 2012 04:29:08 +0000 (04:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@163456 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/malloc-plist.c

index effa26f8d30188e0d0069bb53af8ec9bc220d98f..e12b3f652e08ea553b6d23b5c953d36072bb26c7 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: rm -f %t
 // RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s
-// RUN: FileCheck --exact-match --input-file %t %s
+// RUN: FileCheck -input-file %t %s
 
 typedef __typeof(sizeof(int)) size_t;
 void *malloc(size_t);