mirror of
https://github.com/Noratrieb/GRSBPL.git
synced 2026-01-14 19:55:03 +01:00
faster test
This commit is contained in:
parent
02afd00fd3
commit
44b41c3226
1 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ class InterpreterTest {
|
|||
|
||||
@Test
|
||||
void gotoBack() {
|
||||
String program = "100000000 &i \n" +
|
||||
String program = "10000000 &i \n" +
|
||||
":start \n" +
|
||||
"@i nout '\n' out \n" +
|
||||
"@i 1 - &i \n" +
|
||||
|
|
@ -192,4 +192,4 @@ class InterpreterTest {
|
|||
List<Token> tokens = new Lexer().lex(program.toCharArray());
|
||||
return interpreter.run(tokens);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue