Merge pull request #1875 from google/9A681768AABE08D1EFA5CA77528236A4

Googletest export
This commit is contained in:
Gennadiy Civil 2018-10-01 14:53:59 -04:00 committed by GitHub
commit 2e91bbcf6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -144,9 +144,9 @@ cc_library(
cc_test( cc_test(
name = "gtest_samples", name = "gtest_samples",
size = "small", size = "small",
#All Samples except: # All Samples except:
#sample9 ( main ) # sample9 (main)
#sample10 (main and takes a command line option and needs to be separate) # sample10 (main and takes a command line option and needs to be separate)
srcs = [ srcs = [
"googletest/samples/sample1_unittest.cc", "googletest/samples/sample1_unittest.cc",
"googletest/samples/sample2_unittest.cc", "googletest/samples/sample2_unittest.cc",