diff options
author | Chris Johnson <chrisjohnsonmail@gmail.com> | 2019-02-05 22:16:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 22:16:43 (GMT) |
commit | 47568eade6b98f52154fe7a757e6d045c2e5d462 (patch) | |
tree | 38f6297b37d985990c6ca564066c5f3307fbec40 | |
parent | 53798de93935e463782707bd0b8bdc0d0dd7e185 (diff) | |
download | googletest-47568eade6b98f52154fe7a757e6d045c2e5d462.zip googletest-47568eade6b98f52154fe7a757e6d045c2e5d462.tar.gz googletest-47568eade6b98f52154fe7a757e6d045c2e5d462.tar.bz2 |
fix: Correct *-all.cc file pathsrefs/pull/2107/head
-rw-r--r-- | library.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library.json b/library.json index d839272..e46fcbd 100644 --- a/library.json +++ b/library.json @@ -27,7 +27,7 @@ "googlemock/make", "googlemock/msvc", "googlemock/scripts", - "googlemock/src/gmock_all.cc", + "googlemock/src/gmock-all.cc", "googlemock/src/gmock_main.cc", "googlemock/test", "googlemock/CMakeLists.txt", @@ -39,7 +39,7 @@ "googletest/make", "googletest/msvc", "googletest/scripts", - "googletest/src/gtest_all.cc", + "googletest/src/gtest-all.cc", "googletest/src/gtest_main.cc", "googletest/test", "googletest/xcode", |