changeset 132 | 2ca6db82d207 |
parent 130 | 7f3f01dfe738 |
child 135 | 077e63e96287 |
131:1fb90f5d53ee | 132:2ca6db82d207 |
---|---|
15 } |
15 } |
16 |
16 |
17 # functional tests |
17 # functional tests |
18 |
18 |
19 function scala_assert { |
19 function scala_assert { |
20 (ulimit -t 30 -m 1024000 ; scala -i "$1" "$2" -e "") # 2> /dev/null 1> /dev/null) |
20 (ulimit -t 30 -m 1024000 ; scala -i "$1" "$2" -e "" 2> /dev/null 1> /dev/null) |
21 } |
21 } |
22 |
22 |
23 # purity test |
23 # purity test |
24 |
24 |
25 function scala_vars { |
25 function scala_vars { |