fix run line

llvm-svn: 57888
diff --git a/llvm/test/CodeGen/X86/isint.ll b/llvm/test/CodeGen/X86/isint.ll
index 9915bfa..19e48c7 100644
--- a/llvm/test/CodeGen/X86/isint.ll
+++ b/llvm/test/CodeGen/X86/isint.ll
@@ -1,4 +1,4 @@
-; llvm-as < %s | llc -march=x86 > %t
+; RUN: llvm-as < %s | llc -march=x86 > %t
 ; not grep cmp %t
 ; not grep xor %t
 ; grep jne %t | count 1