fixed fucked up merge
This commit is contained in:
parent
934c358da8
commit
fbdb7ba867
@ -198,9 +198,9 @@ public class Tester {
|
|||||||
|
|
||||||
String[] expectedOutputs = {};
|
String[] expectedOutputs = {};
|
||||||
|
|
||||||
return testOnSequenceOfCommands(commands, expectedOutputs);
|
boolean results = testOnSequenceOfCommands(commands, expectedOutputs);
|
||||||
|
|
||||||
System.out.print("replicatorPosition: ");
|
System.out.print("testReplicatorPosition: ");
|
||||||
if(results)
|
if(results)
|
||||||
System.out.println("Sikeres!");
|
System.out.println("Sikeres!");
|
||||||
else System.out.println("Sikertelen!");
|
else System.out.println("Sikertelen!");
|
||||||
|
Loading…
Reference in New Issue
Block a user