Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
arc13
/
Clock
Watch
3
Star
2
Fork
0
Files
Issues
1
Pull Requests
0
Wiki
Tree:
c0c0c77618
Branches
Tags
master
1.1.1
1.1
1.0
Clock
/
test
/
main.cpp
main.cpp
79 B
History
Raw
1
2
3
4
5
6
#include "gtest/gtest.h"
TEST(Test, EqualityCheck){
EXPECT_EQ(true, true);
}