1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

ldr-pseudo-obj-errors.s: Fix silly copypasto.

llvm-svn: 211642
This commit is contained in:
NAKAMURA Takumi 2014-06-24 23:18:07 +00:00
parent cd2bcef166
commit bd0dc4812d

View File

@ -1,4 +1,4 @@
//RUN: not llvm-mc -mtriple=aarch64-linux -filetype=obj %s -o %t1 2> %t2
//RUN: not llvm-mc -triple=aarch64-linux -filetype=obj %s -o %t1 2> %t2
//RUN: cat %t2 | FileCheck %s
//These tests look for errors that should be reported for invalid object layout