Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
arc13
/
Clock
Observar
3
Favorito
2
Fork
0
Arquivos
Issues
1
Pull Requests
0
Wiki
Tree:
1.1.1
Branches
Tags
master
1.1.1
1.1
1.0
Clock
/
test
/
main.cpp
main.cpp
79 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
#include "gtest/gtest.h"
TEST(Test, EqualityCheck){
EXPECT_EQ(true, true);
}