[PATCH] D35852: Quote '?' in llvm-rc test

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 26 09:28:32 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL309133: Quote '?' in llvm-rc test (authored by rnk).

Changed prior to commit:
  https://reviews.llvm.org/D35852?vs=108144&id=108304#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D35852

Files:
  llvm/trunk/test/tools/llvm-rc/helpmsg.test


Index: llvm/trunk/test/tools/llvm-rc/helpmsg.test
===================================================================
--- llvm/trunk/test/tools/llvm-rc/helpmsg.test
+++ llvm/trunk/test/tools/llvm-rc/helpmsg.test
@@ -1,5 +1,5 @@
 ; RUN: llvm-rc /h > %t1
-; RUN: llvm-rc /? > %t2
+; RUN: llvm-rc '/?' > %t2
 ; RUN: diff %t1 %t2
 ; RUN: FileCheck -input-file=%t1 %s
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35852.108304.patch
Type: text/x-patch
Size: 365 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170726/61532757/attachment.bin>


More information about the llvm-commits mailing list