Skip to content
Snippets Groups Projects
Commit 337ffd99 authored by apvrille's avatar apvrille
Browse files

Update on CLIT test

parent ad18608d
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ public class CLIModelTest extends AbstractTest implements InterpreterOutputInter
public void exit(int reason) {
System.out.println("Exit reason=" + reason);
assertTrue(reason == 1);
assertTrue(reason == 0);
}
public void printError(String error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment