Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
arc13
/
Adv-DS-Profile
Seguir
2
Destacar
1
Fork
1
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
1.0
Adv-DS-Profile
/
test
/
main.cpp
main.cpp
79 B
Permalink
Histórico
Raw
1
2
3
4
5
6
#include "gtest/gtest.h"
TEST(Test, EqualityCheck){
EXPECT_EQ(true, true);
}