[llvm] r272242 - test: fix typo

Saleem Abdulrasool via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 8 20:14:32 PDT 2016


Author: compnerd
Date: Wed Jun  8 22:14:32 2016
New Revision: 272242

URL: http://llvm.org/viewvc/llvm-project?rev=272242&view=rev
Log:
test: fix typo

Modified:
    llvm/trunk/test/MC/AArch64/directive-arch.s

Modified: llvm/trunk/test/MC/AArch64/directive-arch.s
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/AArch64/directive-arch.s?rev=272242&r1=272241&r2=272242&view=diff
==============================================================================
--- llvm/trunk/test/MC/AArch64/directive-arch.s (original)
+++ llvm/trunk/test/MC/AArch64/directive-arch.s Wed Jun  8 22:14:32 2016
@@ -1,4 +1,4 @@
-// RUN: not llvm-mc -triple aarch64-unknown-none-eabi -filetype asm -o - %s 2>&1 | Filecheck %s
+// RUN: not llvm-mc -triple aarch64-unknown-none-eabi -filetype asm -o - %s 2>&1 | FileCheck %s
 
 	.arch axp64
 # CHECK: error: unknown arch name




More information about the llvm-commits mailing list