FileCheck'ize test

llvm-svn: 173389
This commit is contained in:
Dmitri Gribenko 2013-01-24 23:29:37 +00:00
parent ee19ceb409
commit 53616ad42d
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
// RUN: %clang_cc1 -emit-llvm -o %t %s
// RUN: grep '@unreachable' %t | count 0
// RUN: %clang_cc1 -emit-llvm -o - %s | FileCheck %s
// CHECK-NOT: @unreachable
extern void abort() __attribute__((noreturn));
extern int unreachable();