aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/ProgramTest.cpp
diff options
context:
space:
mode:
authorTareq A. Siraj <tareq.a.siraj@intel.com>2013-09-20 18:21:59 +0000
committerTareq A. Siraj <tareq.a.siraj@intel.com>2013-09-20 18:21:59 +0000
commitbf40e95959089f2cc2868bb03885de58833bbad8 (patch)
tree2e43532667e97ea8d4aa253d6225d27a5d800536 /llvm/unittests/Support/ProgramTest.cpp
parent188382eba5b3775a073511dba02558295971c266 (diff)
downloadllvm-bf40e95959089f2cc2868bb03885de58833bbad8.zip
llvm-bf40e95959089f2cc2868bb03885de58833bbad8.tar.gz
llvm-bf40e95959089f2cc2868bb03885de58833bbad8.tar.bz2
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
Diffstat (limited to 'llvm/unittests/Support/ProgramTest.cpp')
-rw-r--r--llvm/unittests/Support/ProgramTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/unittests/Support/ProgramTest.cpp b/llvm/unittests/Support/ProgramTest.cpp
index 6852ca6..a57f60e 100644
--- a/llvm/unittests/Support/ProgramTest.cpp
+++ b/llvm/unittests/Support/ProgramTest.cpp
@@ -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