From 1cd8f11cc0af051ec06f579647f15485732ec555 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Tue, 10 Jun 2008 12:57:32 +0000 Subject: For all RUN lines starting with "not", redirect stderr to /dev/null so tests don't fail when (expected) error output is produced. This fixes 17 tests. While I was there, I also made all RUN lines of the form "not llvm-as..." a bit more consistent, they now all redirect stderr and stdout to /dev/null and use input redirect to read their input. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52174 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/TableGen/UnterminatedComment.td | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/TableGen/UnterminatedComment.td') diff --git a/test/TableGen/UnterminatedComment.td b/test/TableGen/UnterminatedComment.td index 7f449c4f8e..158cede260 100644 --- a/test/TableGen/UnterminatedComment.td +++ b/test/TableGen/UnterminatedComment.td @@ -1,4 +1,4 @@ -// RUN: not tblgen < %s +// RUN: not tblgen < %s >& /dev/null def x; -- cgit v1.2.3