test for something more interesting than not crashing
[oota-llvm.git] / test / Assembler / 2002-07-31-SlashInString.llx
index 5b6daf0b1b95abed557d09f75eb2518ef63d92f3..ff48258870dded5d141223bfb0b48859ebdef4d6 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: as < %s | dis | as 
+; RUN: llvm-as < %s | llvm-dis | llvm-as 
 
 ; Make sure that \\ works in a string initializer
-%Slashtest = internal global [8 x sbyte] c"\5Cbegin{\00"
+@Slashtest = internal global [8 x i8] c"\5Cbegin{\00"