Renamed `as' => `llvm-as', `dis' => `llvm-dis', `link' => `llvm-link'.
[oota-llvm.git] / test / Transforms / FunctionResolve / 2003-05-31-FuncPointerResolve.ll
index c171b184e73b8589085d8bdbdb4155c11f5139bd..d65e89fabdb60dceddd5f48bdf43ac7fbd236005 100644 (file)
@@ -1,7 +1,5 @@
-; RUN: if as < %s | opt -funcresolve | dis | grep declare
-; RUN: then exit 1
-; RUN: else exit 0
-; RUN: fi
+; RUN: llvm-as < %s | opt -funcresolve | llvm-dis | not grep declare
+
 %Table = constant int(...)* %foo
 
 %Table2 = constant [1 x int(...)* ] [ int(...)* %foo ]