aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGennadiy Civil <gennadiycivil@users.noreply.github.com>2018-10-01 14:53:59 -0400
committerGitHub <noreply@github.com>2018-10-01 14:53:59 -0400
commit2e91bbcf6f33eb85451001be2d4c95cca86ea9fc (patch)
tree62a89ed8ee677b1043ab7e8cd7ee780aecd34b24
parent6316d8943313d0c267417bb7d2fba4716a8bb6ee (diff)
parenta7b21c950d801f44103f7d5c236b820294a5c828 (diff)
downloadgoogletest-2e91bbcf6f33eb85451001be2d4c95cca86ea9fc.tar.gz
googletest-2e91bbcf6f33eb85451001be2d4c95cca86ea9fc.tar.bz2
googletest-2e91bbcf6f33eb85451001be2d4c95cca86ea9fc.zip
Merge pull request #1875 from google/9A681768AABE08D1EFA5CA77528236A4
Googletest export
-rw-r--r--BUILD.bazel6
1 files changed, 3 insertions, 3 deletions
diff --git a/BUILD.bazel b/BUILD.bazel
index 41a09857..4e5bb0f7 100644
--- a/BUILD.bazel
+++ b/BUILD.bazel
@@ -144,9 +144,9 @@ cc_library(
cc_test(
name = "gtest_samples",
size = "small",
- #All Samples except:
- #sample9 ( main )
- #sample10 (main and takes a command line option and needs to be separate)
+ # All Samples except:
+ # sample9 (main)
+ # sample10 (main and takes a command line option and needs to be separate)
srcs = [
"googletest/samples/sample1_unittest.cc",
"googletest/samples/sample2_unittest.cc",