Skip to content

Commit 705311a

Browse files
committed
test/where1.as: Remove print
1 parent e78d49c commit 705311a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

aldor/aldor/test/where1.as

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ default i:Int;
1919
a : ClosedSegment Int:= 1..10;
2020
l := [i for i in a];
2121

22-
print <<l<<newline;
23-
2422
m : List Int := [i2 for i2 in b] where b := 1..4
2523
assertEquals([1,2,3,4], m)
2624

0 commit comments

Comments
 (0)