aboutsummaryrefslogtreecommitdiff
path: root/test/reductions.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/reductions.tm')
-rw-r--r--test/reductions.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/reductions.tm b/test/reductions.tm
index 2666e1a9..3ec2ef5e 100644
--- a/test/reductions.tm
+++ b/test/reductions.tm
@@ -4,7 +4,7 @@ func main()
>> (+: [10, 20, 30])
= 60?
- >> empty_ints : [Int] = []
+ >> empty_ints : [Int]
>> (+: empty_ints)
= none