Fix testcase from r209228
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 20 May 2014 19:20:23 +0000 (19:20 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 20 May 2014 19:20:23 +0000 (19:20 +0000)
llvm-svn: 209229

clang/test/CodeGen/hidden-alias-to-internal-function.c

index 37e3765..e939228 100644 (file)
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-obj -o - -x c %s
+// RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -emit-llvm -o - -x c %s | FileCheck %s
 // Reproduce the crash in PR19760.
 static void foo(void) {}
 void bar(void) __attribute__((alias("foo")))