Renamed `as' => `llvm-as', `dis' => `llvm-dis'.
[oota-llvm.git] / test / Assembler / 2003-05-21-MalformedStructCrash.llx
index 0844437af470f572442e3c34436767f77d6f2457..c606aa03a24394a98de3d9ee9826f55d2a1b6c1e 100644 (file)
@@ -1,4 +1,4 @@
 ; Found by inspection of the code
-; RUN: as < %s 2>&1 | grep "Illegal"
+; RUN: llvm-as < %s 2>&1 | grep "Illegal"
 
 global {} { int 7, float 1.0, int 7, int 8 }