mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-10 01:55:08 +00:00
This test does not require --exact-match from FileCheck.
llvm-svn: 163456
This commit is contained in:
parent
b0d1c70258
commit
b724ea5c2e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user