tests: update sav/test_parser* because AST changes
[nit.git] / tests / test_for_times.nit
1 module test_for_times
2
3 for i in 3.times do print "Cool"
4 for i in 10.times do print i