summary refs log tree commit diff stats
path: root/tests/vm
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-01-23 01:53:30 -0800
committerAndreas Rumpf <rumpf_a@web.de>2020-01-23 10:53:30 +0100
commitb462baed65589365df85798f15223b3b38557f9c (patch)
tree741c3df296775cfa26fd1179b0f92748aeb5cd0e /tests/vm
parentf12bea16ad968f10ffe97591ac789ddc36984962 (diff)
downloadNim-b462baed65589365df85798f15223b3b38557f9c.tar.gz
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Diffstat (limited to 'tests/vm')
-rw-r--r--tests/vm/tmaxloopiterations.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vm/tmaxloopiterations.nim b/tests/vm/tmaxloopiterations.nim
index 6334d1e6d..c256df518 100644
--- a/tests/vm/tmaxloopiterations.nim
+++ b/tests/vm/tmaxloopiterations.nim
@@ -1,5 +1,5 @@
 discard """
-errormsg: "interpretation requires too many iterations; if you are sure this is not a bug in your code edit compiler/vmdef.MaxLoopIterations and rebuild the compiler"
+errormsg: "interpretation requires too many iterations; if you are sure this is not a bug in your code"
 """
 
 # issue #9829