Skip to content
Snippets Groups Projects
Commit bf40e959 authored by Tareq A. Siraj's avatar Tareq A. Siraj
Browse files

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
parent 188382eb
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ TEST(ProgramTest, CreateProcessTrailingSlash) { ...@@ -60,7 +60,7 @@ TEST(ProgramTest, CreateProcessTrailingSlash) {
sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1); sys::fs::getMainExecutable(TestMainArgv0, &ProgramTestStringArg1);
const char *argv[] = { const char *argv[] = {
my_exe.c_str(), my_exe.c_str(),
"--gtest_filter=ProgramTest.CreateProcessTrailingSlashChild", "--gtest_filter=ProgramTest.CreateProcessTrailingSlash",
"-program-test-string-arg1", "has\\\\ trailing\\", "-program-test-string-arg1", "has\\\\ trailing\\",
"-program-test-string-arg2", "has\\\\ trailing\\", "-program-test-string-arg2", "has\\\\ trailing\\",
0 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment