This test does not require --exact-match from FileCheck.

llvm-svn: 163456
This commit is contained in:
Ted Kremenek 2012-09-08 04:29:08 +00:00
parent b0d1c70258
commit b724ea5c2e

View 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);