From abb009d2fda020e1c34943ff67b2b95280816ec9 Mon Sep 17 00:00:00 2001 From: Mikhail Glushenkov Date: Sun, 7 Dec 2008 16:44:15 +0000 Subject: [PATCH] Add some clarifying comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60662 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/LLVMC/TestWarnings.td | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: * -- 2.34.1