Commit a4a1ba5a authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 17fbd837
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment