Remove --check-prefix=CHECK as it's useless

llvm-svn: 208803
This commit is contained in:
Timur Iskhodzhanov 2014-05-14 19:31:56 +00:00
parent 2bdca20069
commit 3653790410
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
// RUN: %clangxx_asan -O0 %s -Fe%t 2>&1
// 'cat' is used below to work around FileCheck buffering bug which makes this
// test flaky. FIXME: file an issue.
// RUN: not %run %t 2>&1 | cat | FileCheck %s --check-prefix=CHECK
// RUN: not %run %t 2>&1 | cat | FileCheck %s
#include <windows.h>