tests: rm sav/niti/fixme/test_intern_extern.res from #1898 because #1902 fixed it
[nit.git] / tests / test_string_to_f.nit
1 print "0.12345".to_f
2 print "1234".to_f
3 print "0.989898".to_f
4