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