From: Rafael Espindola Date: Fri, 13 Dec 2013 19:44:40 +0000 (+0000) Subject: Convert test to FileCheck X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb6d791800c1dde46a5a032169d023630bfa3753;p=clang Convert test to FileCheck git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@197267 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/bool-init.c b/test/CodeGen/bool-init.c index 1a8f127b86..09b4a87e63 100644 --- a/test/CodeGen/bool-init.c +++ b/test/CodeGen/bool-init.c @@ -1,4 +1,5 @@ -// RUN: %clang_cc1 -emit-llvm < %s | grep i1 | count 1 +// RUN: %clang_cc1 -triple x86_64-pc-linux -emit-llvm < %s | FileCheck %s // Check that the type of this global isn't i1 +// CHECK: @test = global i8 1 _Bool test = &test;