[ELF][AArch64] Delete two unused RUN lines from aarch64-movw-tprel.s after D65882

llvm-svn: 368298
This commit is contained in:
Fangrui Song 2019-08-08 13:57:53 +00:00
parent b1add2b774
commit ba4bda657e
1 changed files with 0 additions and 2 deletions

View File

@ -1,8 +1,6 @@
# REQUIRES: aarch64
# RUN: llvm-mc -filetype=obj -triple=aarch64-linux-gnu %s -o %t.o
# RUN: ld.lld %t.o -o %t
# RUN: llvm-objdump -d %t
# RUN: llvm-readobj --symbols %t
# RUN: llvm-objdump --no-show-raw-insn -d %t | FileCheck %s
# RUN: llvm-readobj --symbols %t | FileCheck --check-prefix=CHECK-SYM %s