Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
lolunit: rename test runner’s run() method to Run() for consistency.
legacy
Sam Hocevar
sam
14 anos atrás
pai
8fba1a07d7
commit
75d8811c74
2 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/lol/unit.h
+1
-1
test/lol-test.cpp
+ 1
- 1
src/lol/unit.h
Ver arquivo
@@ -174,7 +174,7 @@ public:
class TextTestRunner
{
public:
bool
r
un()
bool
R
un()
{
bool ret = true;
std::stringstream errors("");
+ 1
- 1
test/lol-test.cpp
Ver arquivo
@@ -20,7 +20,7 @@
int main(void)
{
lol::TextTestRunner runner;
bool success = runner.
r
un();
bool success = runner.
R
un();
return success ? EXIT_SUCCESS : EXIT_FAILURE;
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar