[PATCH] Fixed typo in CreateProcessTrailingSlash test

Tareq A. Siraj tareq.a.siraj at intel.com
Fri Sep 20 07:52:23 PDT 2013


Hi rnk,

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

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

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: D1733.1.patch
Type: text/x-patch
Size: 572 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130920/b63f49e2/attachment.bin>


More information about the llvm-commits mailing list