diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/dev/test.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/dev/test.txt b/npc/dev/test.txt index 3cc714993..f9e4fc410 100644 --- a/npc/dev/test.txt +++ b/npc/dev/test.txt @@ -708,7 +708,7 @@ OnReportError: if (.errors == 1) debugmes "**** WARNING: Any self-test results past this point are unreliable because of previous errors. ****"; debugmes "Error: "+.@msg$+": '"+.@val$+"' (found) != '"+.@ref$+"' (expected)"; - .errors++; + ++.errors; //end; return; |