Sign in
fuchsia
/
third_party
/
cmake
/
7676966f997a22549b1a45ebedca566bb278acdb
/
.
/
Tests
/
GoogleTest
/
Test
/
main4.h
blob: 19da12a7323442b2ac1e6b51242533753bc8cf15 [
file
] [
log
] [
blame
]
#include
<gtest/gtest.h>
TEST
(
GoogleTest
,
NoKeywords
)
{
ASSERT_TRUE
(
true
);
}