Add jit-test tag to the new test in the previous check-in.

This commit is contained in:
Jason Orendorff 2011-06-02 20:44:03 -05:00
parent 700d484393
commit 19c1ad7ee1

View File

@ -1,3 +1,4 @@
// |jit-test| debug
// frame.eval returns null if the eval code fails with an uncatchable error.
var g = newGlobal('new-compartment');
var dbg = Debug(g);