Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
arc13
/
Adv-DS-Profile
Watch
2
Star
1
Fork
1
Files
Issues
0
Pull Requests
0
Wiki
Tree:
bdc22c0864
Branches
Tags
master
1.0
Adv-DS-Profile
/
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);
}