| Index: test/debugger/debug/debug-liveedit-double-call.js
 | 
| diff --git a/test/debugger/debug/debug-liveedit-double-call.js b/test/debugger/debug/debug-liveedit-double-call.js
 | 
| index 927efddf62afaeb6d6a3fb832f43dd40f888dad3..77d800e708cb81ce467e7b56ce86198984be1845 100644
 | 
| --- a/test/debugger/debug/debug-liveedit-double-call.js
 | 
| +++ b/test/debugger/debug/debug-liveedit-double-call.js
 | 
| @@ -25,10 +25,10 @@
 | 
|  // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 | 
|  // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 | 
|  
 | 
| +// Flags: --noalways-opt
 | 
|  
 | 
|  Debug = debug.Debug
 | 
|  
 | 
| -
 | 
|  function TestCase(test_scenario, expected_output) {
 | 
|    // Global variable, accessed from eval'd script.
 | 
|    test_output = "";
 | 
| 
 |