summaryrefslogtreecommitdiff
path: root/npc/dev/test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/dev/test.txt')
-rw-r--r--npc/dev/test.txt2
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;