mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Fixed typo in CreateProcessTrailingSlash test
--gtest_filter was filtering an invalid name for the test. Differential Revision: http://llvm-reviews.chandlerc.com/D1733 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4c332fa5a5
commit
f51ecf2ad0
@ -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
Block a user