summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-rc/parser.test
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2018-05-08 08:47:37 +0000
committerMartin Storsjo <martin@martin.st>2018-05-08 08:47:37 +0000
commit4021cee996f75e8f591991e53180d1d29dfd20d6 (patch)
tree4e932f1e242fc9ae996064de1f6995b0ce322717 /llvm/test/tools/llvm-rc/parser.test
parent5e6e6cc7213616038cc781ca21d9c532beb8e220 (diff)
downloadbcm5719-llvm-4021cee996f75e8f591991e53180d1d29dfd20d6.tar.gz
bcm5719-llvm-4021cee996f75e8f591991e53180d1d29dfd20d6.zip
[llvm-rc] Don't strictly require quotes around external file names
Regardless of what docs may say, existing resource files in the wild can use this syntax. Rename a file used in an existing test, to make it usable for unquoted paths. Differential Revision: https://reviews.llvm.org/D46511 llvm-svn: 331747
Diffstat (limited to 'llvm/test/tools/llvm-rc/parser.test')
-rw-r--r--llvm/test/tools/llvm-rc/parser.test5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/test/tools/llvm-rc/parser.test b/llvm/test/tools/llvm-rc/parser.test
index 112e4859a9b..66ed7386e82 100644
--- a/llvm/test/tools/llvm-rc/parser.test
+++ b/llvm/test/tools/llvm-rc/parser.test
@@ -145,11 +145,6 @@
; PLANGUAGE2: llvm-rc: Error parsing file: expected '-', '~', integer or '(', got ,
-; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-html-bad-string.rc 2>&1 | FileCheck %s --check-prefix PHTML1
-
-; PHTML1: llvm-rc: Error parsing file: expected string, got ThisPassesInTheOriginalToolButDocSaysItShouldBeQuoted
-
-
; RUN: not llvm-rc /dry-run /V %p/Inputs/parser-html-extra-comma.rc 2>&1 | FileCheck %s --check-prefix PHTML2
; PHTML2: llvm-rc: Error parsing file: expected string, got ,
OpenPOWER on IntegriCloud