diff options
Diffstat (limited to 'stdlib/source/test/lux/math.lux')
-rw-r--r-- | stdlib/source/test/lux/math.lux | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/test/lux/math.lux b/stdlib/source/test/lux/math.lux index 919a9c694..fc9de2f8f 100644 --- a/stdlib/source/test/lux/math.lux +++ b/stdlib/source/test/lux/math.lux @@ -11,8 +11,8 @@ ["n" nat] ["i" int] ["f" frac]]]] - {1 - ["." /]} + [\\ + ["." /]] ["." / #_ ["#." infix] ["#." modulus] |