unplugged-system/build/bazel/rules/cc/testing/gunit_test.cpp

6 lines
81 B
C++
Raw Permalink Normal View History

#include "gtest/gtest.h"
TEST(GUnitTestExample, success) {
EXPECT_EQ(0, 1);
}