From d7abf56595891692d6d92e317c67f1de73813875 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Tue, 24 Jun 2014 23:18:07 +0000 Subject: [PATCH] ldr-pseudo-obj-errors.s: Fix silly copypasto. llvm-svn: 211642 --- llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s b/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s index 57a61c3..7f1b642 100644 --- a/llvm/test/MC/AArch64/ldr-pseudo-obj-errors.s +++ b/llvm/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 -- 2.7.4