X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FAssembler%2F2002-03-08-NameCollision.ll;h=539dfd671988729d515a12d9383748d6e85b6e1b;hb=ca0a5d93569d728659352ca5fbfe17daeed5f6ac;hp=e74332cbb274f688e2d5ca1dd53c3b933f8cd2f7;hpb=6e9bceea976a993dbc6a543c2135980df7616b97;p=oota-llvm.git diff --git a/test/Assembler/2002-03-08-NameCollision.ll b/test/Assembler/2002-03-08-NameCollision.ll index e74332cbb27..539dfd67198 100644 --- a/test/Assembler/2002-03-08-NameCollision.ll +++ b/test/Assembler/2002-03-08-NameCollision.ll @@ -1,4 +1,4 @@ -; RUN: llvm-as < %s -o /dev/null -f +; RUN: llvm-as %s -o /dev/null -f ; Method arguments were being checked for collisions at the global scope before ; the method object was created by the parser. Because of this, false