jscript/tests: Fix the spelling and slightly reword an ok() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2019-09-22 23:21:19 +02:00 committed by Alexandre Julliard
parent 17fbd837e2
commit a4a1ba5a22
1 changed files with 1 additions and 1 deletions

View File

@ -1526,7 +1526,7 @@ deleteTest = 1;
delete deleteTest;
try {
tmp = deleteTest;
ok(false, "deleteTest not throwed exception?");
ok(false, "deleteTest did not throw an exception?");
}catch(ex) {}
(function() {