summary refs log tree commit diff stats
path: root/tests/vm/toverflowopcsubint.nim
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vm/toverflowopcsubint.nim')
-rw-r--r--tests/vm/toverflowopcsubint.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/toverflowopcsubint.nim b/tests/vm/toverflowopcsubint.nim
index 8d114f200..74e34c6a4 100644
--- a/tests/vm/toverflowopcsubint.nim
+++ b/tests/vm/toverflowopcsubint.nim
@@ -8,5 +8,5 @@ static:
       x = int64.low
       y = 1
     discard x - y
-    assert false
+    doAssert false
   p()