Bug 891323 - Remove the 'no-ion' jit-test flag from expression-autopsy.js now that it passes. (rs=jorendorff)

This commit is contained in:
Shu-yu Guo 2013-07-09 06:22:39 -07:00
parent e3296069e4
commit a15a2f789b

View File

@ -1,8 +1,3 @@
// |jit-test| no-ion
//
// We can't guarantee error identity when functions are Ion-compiled due to
// optimization.
function check_one(expected, f, err) {
var failed = true;
try {