X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FFeature%2Fglobalredefinition3.ll;h=5a5b3f1f89ad32bbc79907e1afbba3fd607cbc9d;hb=3c8e1bee6399e829eda801a32158c1f52d2733ad;hp=d40d3e9056c9370cbb07d5e89ffbb31912b51618;hpb=83935ac59d5f1760cb127a57e48bb74712ef9507;p=oota-llvm.git diff --git a/test/Feature/globalredefinition3.ll b/test/Feature/globalredefinition3.ll index d40d3e9056c..5a5b3f1f89a 100644 --- a/test/Feature/globalredefinition3.ll +++ b/test/Feature/globalredefinition3.ll @@ -1,6 +1,4 @@ -; RUN: not llvm-as < %s -o /dev/null -f |& grep \ -; RUN: "Redefinition of global variable named 'B'" -; END. +; RUN: not llvm-as %s -o /dev/null |& grep {redefinition of global '@B'} @B = global i32 7 @B = global i32 7