summaryrefslogtreecommitdiff
path: root/test/LLVMC/TestWarnings.td
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:44:15 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-12-07 16:44:15 +0000
commitabb009d2fda020e1c34943ff67b2b95280816ec9 (patch)
treed31310200520b35534b38fca2c8a08a0805492c4 /test/LLVMC/TestWarnings.td
parent0bef2ad48156d0df078d90dfba899730bc1c881a (diff)
downloadllvm-abb009d2fda020e1c34943ff67b2b95280816ec9.tar.gz
llvm-abb009d2fda020e1c34943ff67b2b95280816ec9.tar.bz2
llvm-abb009d2fda020e1c34943ff67b2b95280816ec9.tar.xz
Add some clarifying comments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60662 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/TestWarnings.td')
-rw-r--r--test/LLVMC/TestWarnings.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/LLVMC/TestWarnings.td b/test/LLVMC/TestWarnings.td
index 5010c61b6a..cd4609a6ce 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: *