提交 e1faf099 编写于 作者: G George Wright 提交者: George Wright

Formatting for gtest_util.h and licence file update

上级 2e07da7b
......@@ -2052,6 +2052,8 @@ FILE: ../../../flutter/third_party/accessibility/ax/test_ax_node_helper.cc
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_node_helper.h
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_tree_manager.cc
FILE: ../../../flutter/third_party/accessibility/ax/test_ax_tree_manager.h
FILE: ../../../flutter/third_party/accessibility/base/win/dispatch_stub.cc
FILE: ../../../flutter/third_party/accessibility/base/win/dispatch_stub.h
FILE: ../../../flutter/third_party/accessibility/base/win/variant_util.h
FILE: ../../../flutter/third_party/accessibility/base/win/variant_vector.cc
FILE: ../../../flutter/third_party/accessibility/base/win/variant_vector.h
......
......@@ -34,9 +34,9 @@
// DCHECK_IS_ON() && defined(GTEST_HAS_DEATH_TEST) && !defined(OS_ANDROID)
#define EXPECT_DCHECK_DEATH(statement) \
GTEST_UNSUPPORTED_DEATH_TEST(statement, "Check failed", )
GTEST_UNSUPPORTED_DEATH_TEST(statement, "Check failed", )
#define ASSERT_DCHECK_DEATH(statement) \
GTEST_UNSUPPORTED_DEATH_TEST(statement, "Check failed", return)
GTEST_UNSUPPORTED_DEATH_TEST(statement, "Check failed", return )
#endif
// DCHECK_IS_ON() && defined(GTEST_HAS_DEATH_TEST) && !defined(OS_ANDROID)
......@@ -98,9 +98,9 @@ bool WriteCompiledInTestsToFile(const FilePath& path) WARN_UNUSED_RESULT;
// Reads the list of gtest-based tests from |path| into |output|.
// Returns true on success.
bool ReadTestNamesFromFile(
const FilePath& path,
std::vector<TestIdentifier>* output) WARN_UNUSED_RESULT;
bool ReadTestNamesFromFile(const FilePath& path,
std::vector<TestIdentifier>* output)
WARN_UNUSED_RESULT;
} // namespace base
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册