diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2020-01-23 01:53:30 -0800 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2020-01-23 10:53:30 +0100 |
commit | b462baed65589365df85798f15223b3b38557f9c (patch) | |
tree | 741c3df296775cfa26fd1179b0f92748aeb5cd0e /tests/vm | |
parent | f12bea16ad968f10ffe97591ac789ddc36984962 (diff) | |
download | Nim-b462baed65589365df85798f15223b3b38557f9c.tar.gz |
VM: allow overriding MaxLoopIterations without rebuilding nim (#13233)
Diffstat (limited to 'tests/vm')
-rw-r--r-- | tests/vm/tmaxloopiterations.nim | 2 |
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 |