Commit 94f2c6fa authored by Gennadiy Civil's avatar Gennadiy Civil
Browse files

fixes tests
parent 677df883
......@@ -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.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment