From: Mikhail Glushenkov Date: Sun, 7 Dec 2008 16:44:15 +0000 (+0000) Subject: Add some clarifying comments. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=abb009d2fda020e1c34943ff67b2b95280816ec9;p=oota-llvm.git Add some clarifying comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60662 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/LLVMC/TestWarnings.td b/test/LLVMC/TestWarnings.td index 5010c61b6ad..cd4609a6ce2 100644 --- a/test/LLVMC/TestWarnings.td +++ b/test/LLVMC/TestWarnings.td @@ -1,4 +1,5 @@ -// Check that the compiler warns about unused options!. +// Check that the compiler warns about unused options. +// This should fail because the output is printed on stderr. // RUN: tblgen -I $srcroot/include --gen-llvmc %s | grep extern // XFAIL: *