aboutsummaryrefslogtreecommitdiff
path: root/test/nums.tm
diff options
context:
space:
mode:
Diffstat (limited to 'test/nums.tm')
-rw-r--r--test/nums.tm4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/nums.tm b/test/nums.tm
index 9d3e9a6e..3a66ffe3 100644
--- a/test/nums.tm
+++ b/test/nums.tm
@@ -22,9 +22,7 @@ func main():
>> Num.INF:isinf()
= yes
- >> Num.NAN
- = NONE : Num?
- >> nan := Num.NAN
+ >> nan := NONE : Num
= NONE : Num?
>> nan == nan
= yes