diff options
Diffstat (limited to 'testsuite/compilable/float_literals.elna')
| -rw-r--r-- | testsuite/compilable/float_literals.elna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/compilable/float_literals.elna b/testsuite/compilable/float_literals.elna index 1ce914d..ed23989 100644 --- a/testsuite/compilable/float_literals.elna +++ b/testsuite/compilable/float_literals.elna @@ -4,6 +4,6 @@ const y := 1e10 z := 4.567e8 t := 2.5E-3 -end +return end. |
