Fix filename.

It was passing locally because of a leftover file.

llvm-svn: 305042
This commit is contained in:
Rafael Espindola 2017-06-09 00:56:09 +00:00
parent 28c22c83e3
commit 6b901217dc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
// RUN: llvm-mc %t2.s -o %t2.o -triple i386-pc-linux -filetype=obj
// RUN: ld.lld -Ttext 0x200 %t.o %t1.o -o %t1
// RUN: llvm-objdump -d -triple=i386-pc-linux-code16 %t | FileCheck %s
// RUN: llvm-objdump -d -triple=i386-pc-linux-code16 %t1 | FileCheck %s
// CHECK: Disassembly of section .text:
// CHECK-NEXT: _start: