Chromium Code Reviews| Index: test/mjsunit/es6/proxies-function.js |
| diff --git a/test/mjsunit/harmony/proxies-function.js b/test/mjsunit/es6/proxies-function.js |
| similarity index 99% |
| rename from test/mjsunit/harmony/proxies-function.js |
| rename to test/mjsunit/es6/proxies-function.js |
| index b2498b8665ab2f5c9f195e302b2088c6017aaa3c..30e689f205dbcbb399b7e7b9f3555527f6e85514 100644 |
| --- a/test/mjsunit/harmony/proxies-function.js |
| +++ b/test/mjsunit/es6/proxies-function.js |
| @@ -25,7 +25,7 @@ |
| // (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: --harmony-proxies --allow-natives-syntax |
| +// Flags: --allow-natives-syntax |
| // TODO(neis): These tests are temporarily commented out because of ongoing |
|
adamk
2016/03/18 20:26:19
Seems like it would be good to get this test back
|