| changeset 160 | 250e1d7df9ff |
| parent 144 | 41a2b4f2c30c |
| child 169 | 8a1bd8ddb96c |
| 159:6ba27d7cf416 | 160:250e1d7df9ff |
|---|---|
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 { |