From: NAKAMURA Takumi Date: Tue, 24 Jun 2014 23:18:07 +0000 (+0000) Subject: ldr-pseudo-obj-errors.s: Fix silly copypasto. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e572ec68d261d37faeb7129d1b3fdb68c4f8d6be;p=oota-llvm.git ldr-pseudo-obj-errors.s: Fix silly copypasto. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211642 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/MC/AArch64/ldr-pseudo-obj-errors.s b/test/MC/AArch64/ldr-pseudo-obj-errors.s index 57a61c37034..7f1b64262c4 100644 --- a/test/MC/AArch64/ldr-pseudo-obj-errors.s +++ b/test/MC/AArch64/ldr-pseudo-obj-errors.s @@ -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