[PATCH] Fixed typo in CreateProcessTrailingSlash test

Tareq A. Siraj tareq.a.siraj at intel.com
Thu Sep 19 12:12:05 PDT 2013


tareqsiraj added you to the CC list for the revision "Fixed typo in CreateProcessTrailingSlash test".

Hi rnk,

--gtest_filter was filtering an invalid name for the test.

http://llvm-reviews.chandlerc.com/D1727

Files:
  unittests/Support/ProgramTest.cpp

Index: unittests/Support/ProgramTest.cpp
===================================================================
--- unittests/Support/ProgramTest.cpp
+++ unittests/Support/ProgramTest.cpp
@@ -60,7 +60,7 @@
       sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1);
   const char *argv[] = {
     my_exe.c_str(),
-    "--gtest_filter=ProgramTest.CreateProcessTrailingSlashChild",
+    "--gtest_filter=ProgramTest.CreateProcessTrailingSlash",
     "-program-test-string-arg1", "has\\\\ trailing\\",
     "-program-test-string-arg2", "has\\\\ trailing\\",
     0
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D1727.1.patch
Type: text/x-patch
Size: 572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130919/9d434d58/attachment.bin>


More information about the llvm-commits mailing list