summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc/tokenizer.test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/tools/llvm-rc/tokenizer.test')
-rw-r--r--llvm/test/tools/llvm-rc/tokenizer.test4
1 files changed, 3 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-rc/tokenizer.test b/llvm/test/tools/llvm-rc/tokenizer.test
index 789b313efad..08c01a2fe73 100644
--- a/llvm/test/tools/llvm-rc/tokenizer.test
+++ b/llvm/test/tools/llvm-rc/tokenizer.test
@@ -1,4 +1,6 @@
-; RUN: llvm-rc /V %p/Inputs/tokens.rc | FileCheck %s
+; RUN: not llvm-rc /V %p/Inputs/tokens.rc | FileCheck %s
+; llvm-rc fails now on this sample because it is an invalid resource file
+; script. We silence the error message and just analyze the output.
; CHECK: Int: 1; int value = 1
; CHECK-NEXT: Plus: +
OpenPOWER on IntegriCloud