From 83935ac59d5f1760cb127a57e48bb74712ef9507 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 11 Dec 2007 15:50:23 +0000 Subject: Use not instead of ignore when an exit status is expected to always be non-zero. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44866 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Feature/globalredefinition3.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Feature/globalredefinition3.ll') diff --git a/test/Feature/globalredefinition3.ll b/test/Feature/globalredefinition3.ll index 9906c06..d40d3e9 100644 --- a/test/Feature/globalredefinition3.ll +++ b/test/Feature/globalredefinition3.ll @@ -1,4 +1,4 @@ -; RUN: ignore llvm-as < %s -o /dev/null -f |& grep \ +; RUN: not llvm-as < %s -o /dev/null -f |& grep \ ; RUN: "Redefinition of global variable named 'B'" ; END. -- cgit v1.1