Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
GoogleTest
/
Test
/
main3.cxx
blob: 98ce13c4ff7f3b41181905ef57ec6b966c79c239 [
file
]
#include
<gtest/gtest.h>
TEST
(
GoogleTest
,
Foo
)
{
ASSERT_TRUE
(
true
);
}
TEST
(
GoogleTest
,
Bar
)
{
ASSERT_TRUE
(
true
);
}