summary refs log tree commit diff stats
path: root/tests/tnewuns.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tnewuns.nim')
-rwxr-xr-xtests/tnewuns.nim12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/tnewuns.nim b/tests/tnewuns.nim
deleted file mode 100755
index 5181e467c..000000000
--- a/tests/tnewuns.nim
+++ /dev/null
@@ -1,12 +0,0 @@
-# test the new unsigned operations:

-

-import

-  strutils

-

-var

-  x, y: int

-

-x = 1

-y = high(int)

-

-writeln(stdout, $ ( x +% y ) )