bug 657227 - followup to fix the regression test not to throw an exception.

This commit is contained in:
Igor Bukanov 2011-05-18 15:31:48 +02:00
parent cad92af0cc
commit 678c5b61b2

View File

@ -34,4 +34,6 @@ function test()
}
}
test();
try {
test();
} catch (e) {}