| Index: test/mjsunit/harmony/math-tau.js
|
| diff --git a/test/mjsunit/regress/regress-debug-context-load.js b/test/mjsunit/harmony/math-tau.js
|
| similarity index 61%
|
| copy from test/mjsunit/regress/regress-debug-context-load.js
|
| copy to test/mjsunit/harmony/math-tau.js
|
| index 0b3c275f99b016825cd563a700772bbddb7e4bad..53ceb77221aec5b567a2965c1d858b6ef75463ef 100644
|
| --- a/test/mjsunit/regress/regress-debug-context-load.js
|
| +++ b/test/mjsunit/harmony/math-tau.js
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --expose-debug-as debug
|
| +// Flags: --harmony-maths
|
|
|
| -Debug = debug.Debug;
|
| -Debug.setListener(null);
|
| +assertEquals(Math.PI * 2, Math.TAU);
|
| +assertEquals(6.283185307179586, Math.TAU);
|
|
|