ARM: yet another round of ARM test clean ups

llvm-svn: 205586
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll b/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll
index ae12b28..a3702f4 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-sub3.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=thumb -mcpu=arm1156t2-s -mattr=+thumb2 < %s | FileCheck %s
+; RUN: llc -mtriple=thumb-eabi -mcpu=arm1156t2-s -mattr=+thumb2 %s -o - | FileCheck %s
 
 ; 171 = 0x000000ab
 define i64 @f1(i64 %a) {