Browse Source

refactoring: funktionsnamen geaendert

remotes/origin/Labyrinth
Ronja Awe 2 years ago
parent
commit
22a2f5c221
  1. 4
      test/c/test_labyrinth.c

4
test/c/test_labyrinth.c

@ -34,7 +34,7 @@ void test_runExampleTest(void)
}
void test_LabyrinthAmZiel(void){
void test_LabyrinthAmZielAngekommen(void){
bool result;
int input = 1;
@ -52,7 +52,7 @@ void test_LabyrinthAmZiel(void){
}
void test_LabyrinthAmZiel2(void){
void test_LabyrinthAmZielNichtAngekommen(void){
bool result;
int input = 1;

Loading…
Cancel
Save