forked from OSchip/llvm-project
Fix filename.
It was passing locally because of a leftover file. llvm-svn: 305042
This commit is contained in:
parent
28c22c83e3
commit
6b901217dc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue