Simplify test.

llvm-svn: 254916
This commit is contained in:
Rafael Espindola 2015-12-07 16:01:40 +00:00
parent 5cbf37fe37
commit 3c9d3f75b7

View File

@ -1,6 +1,4 @@
; RUN: llvm-as %S/Inputs/2003-05-31-LinkerRename.ll -o %t.1.bc
; RUN: llvm-as %s -o %t.2.bc
; RUN: llvm-link %t.1.bc %t.2.bc -S | FileCheck %s
; RUN: llvm-link %S/Inputs/2003-05-31-LinkerRename.ll %s -S | FileCheck %s
; CHECK: @bar = global i32 ()* @foo.2