From: Andrew Kaylor Date: Fri, 4 Sep 2015 23:47:34 +0000 (+0000) Subject: Fixing bad test syntax. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=701765a22c47afdab603ce4224581e53c9ac39c9;p=oota-llvm.git Fixing bad test syntax. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@246897 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/SimplifyCFG/empty-cleanuppad.ll b/test/Transforms/SimplifyCFG/empty-cleanuppad.ll index 0b1d41fc1b8..41d8678ef4f 100644 --- a/test/Transforms/SimplifyCFG/empty-cleanuppad.ll +++ b/test/Transforms/SimplifyCFG/empty-cleanuppad.ll @@ -1,4 +1,4 @@ -; RUN: opt < %s -simplifycfg -S | filecheck %s +; RUN: opt < %s -simplifycfg -S | FileCheck %s ; ModuleID = 'cppeh-simplify.cpp' target datalayout = "e-m:w-i64:64-f80:128-n8:16:32:64-S128"