fixes tests
This commit is contained in:
parent
677df883ec
commit
94f2c6faa7
@ -341,7 +341,7 @@ cc_binary(
|
||||
)
|
||||
|
||||
cc_binary(
|
||||
name = "googletest_catch_exceptions_ex_test_",
|
||||
name = "googletest-catch-exceptions-ex-test_",
|
||||
testonly = 1,
|
||||
srcs = ["googletest-catch-exceptions-test_.cc"],
|
||||
copts = ["-fexceptions"],
|
||||
@ -353,7 +353,7 @@ py_test(
|
||||
size = "small",
|
||||
srcs = ["googletest-catch-exceptions-test.py"],
|
||||
data = [
|
||||
":googletest_catch_exceptions_ex_test_",
|
||||
":googletest-catch-exceptions-ex-test_",
|
||||
":googletest_catch_exceptions_no_ex_test_",
|
||||
],
|
||||
deps = [":gtest_test_utils"],
|
||||
|
@ -48,7 +48,7 @@ FILTER_FLAG = FLAG_PREFIX + 'filter'
|
||||
# Path to the gtest_catch_exceptions_ex_test_ binary, compiled with
|
||||
# exceptions enabled.
|
||||
EX_EXE_PATH = gtest_test_utils.GetTestExecutablePath(
|
||||
'googletest_catch_exceptions_ex_test_')
|
||||
'googletest-catch-exceptions-ex-test_')
|
||||
|
||||
# Path to the googletest-catch-exceptions-test_ binary, compiled with
|
||||
# exceptions disabled.
|
||||
|
Loading…
Reference in New Issue
Block a user