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:
parent
17fbd837e2
commit
a4a1ba5a22
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue