Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
arc13
/
Clock
Suivre
3
Voter
2
Fork
0
Fichiers
Tickets
1
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
1.1.1
1.1
1.0
Clock
/
test
/
main.cpp
main.cpp
79 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
#include "gtest/gtest.h"
TEST(Test, EqualityCheck){
EXPECT_EQ(true, true);
}