aboutsummaryrefslogtreecommitdiff
path: root/test/sets.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/sets.tm')
-rw-r--r--test/sets.tm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sets.tm b/test/sets.tm
index 5179947e..1c395fba 100644
--- a/test/sets.tm
+++ b/test/sets.tm
@@ -1,5 +1,5 @@
-func main():
+func main()
>> t1 := @{10, 20, 30, 10}
= @{10, 20, 30}
>> t1.has(10)