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

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 14:45:48 PDT 2017


ruiu added inline comments.


================
Comment at: test/tools/llvm-rc/helpmsg.test:1
-; RUN: llvm-rc /h > %t1
-; RUN: llvm-rc /? > %t2
+; RUN: llvm-rc '/h' > %t1
+; RUN: llvm-rc '/?' > %t2
----------------
nit: you don't need to quote this, but only '?'


https://reviews.llvm.org/D35852





More information about the llvm-commits mailing list