mirror of
https://github.com/Noratrieb/GRSBPL.git
synced 2026-01-16 20:55:02 +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
|
@Test
|
||||||
void gotoBack() {
|
void gotoBack() {
|
||||||
String program = "100000000 &i \n" +
|
String program = "10000000 &i \n" +
|
||||||
":start \n" +
|
":start \n" +
|
||||||
"@i nout '\n' out \n" +
|
"@i nout '\n' out \n" +
|
||||||
"@i 1 - &i \n" +
|
"@i 1 - &i \n" +
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue