aboutsummaryrefslogtreecommitdiffstats
path: root/scons
diff options
context:
space:
mode:
Diffstat (limited to 'scons')
-rw-r--r--scons/SConscript3
1 files changed, 0 insertions, 3 deletions
diff --git a/scons/SConscript b/scons/SConscript
index 80891209..73c5b916 100644
--- a/scons/SConscript
+++ b/scons/SConscript
@@ -194,9 +194,6 @@ GtestTest(env, 'gmock_test', [gtest, gmock_main])
# gmock_all_test is commented to save time building and running tests.
# Uncomment if necessary.
#GtestTest(env, 'gmock_all_test', [gtest, gmock_main])
-# TODO (vladl): Add a test verifying that gmock can be built from
-# testing/base/gunit.cc and testing/base/internal/gmock-all.cc after merging
-# into the main branch. This is the API for Windows users.
############################################################
# Tests targets using custom environments.