libcopp 2.3.1
Loading...
Searching...
No Matches
gtest.cpp
Go to the documentation of this file.
1// Copyright 2021 atframework
2
3#include <limits.h>
4
5#include "gtest/gtest.h"
6
7namespace {
8
9TEST(LinkWithGTest, Zero) {
10 // Test for gtest_main
11 EXPECT_EQ(1, 1);
12}
13
14} // namespace