Adding RUN lines.

llvm-svn: 17527
diff --git a/llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll b/llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll
index 31bbf88..4b5ddaa 100644
--- a/llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll
+++ b/llvm/test/Regression/CodeGen/CBackend/2003-06-11-HexConstant.ll
@@ -1,3 +1,5 @@
+; RUN: llvm-as < %s | llc -march=c
+
 ; Make sure hex constant does not continue into a valid hexadecimal letter/number
 %version = global [3 x sbyte] c"\001\00"