forked from OSchip/llvm-project
Fixed typo in CreateProcessTrailingSlash test
--gtest_filter was filtering an invalid name for the test. Differential Revision: http://llvm-reviews.chandlerc.com/D1733 llvm-svn: 191100
This commit is contained in:
parent
188382eba5
commit
bf40e95959
|
@ -60,7 +60,7 @@ TEST(ProgramTest, CreateProcessTrailingSlash) {
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue