Skip to content

Commit

Permalink
ldr-pseudo-obj-errors.s: Fix silly copypasto.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211642 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
chapuni committed Jun 24, 2014
1 parent d14e98a commit e572ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/MC/AArch64/ldr-pseudo-obj-errors.s
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit e572ec6

Please sign in to comment.