Commit 221fdb09 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

jscript/tests: Silence noisy debug trace.

parent 105db4c5
......@@ -2521,7 +2521,6 @@ function testException(func, id) {
} catch(e) {
ret = e.name;
num = e.number;
trace(e.message);
}
ok(ret === ex.type, "Exception test, ret = " + ret + ", expected " + ex.type +". Executed function: " + func.toString());
......
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