Index: test/mjsunit/es6/proxies-example-membrane.js |
diff --git a/test/mjsunit/harmony/proxies-example-membrane.js b/test/mjsunit/es6/proxies-example-membrane.js |
similarity index 99% |
rename from test/mjsunit/harmony/proxies-example-membrane.js |
rename to test/mjsunit/es6/proxies-example-membrane.js |
index 892de22f8c251f30006fee887a2c378db61538fb..dd373b7429ae8a39e6ce477c6daaff8d99f377df 100644 |
--- a/test/mjsunit/harmony/proxies-example-membrane.js |
+++ b/test/mjsunit/es6/proxies-example-membrane.js |
@@ -25,9 +25,6 @@ |
// (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 --harmony-proxies |
- |
- |
// A simple membrane. Adapted from: |
// http://wiki.ecmascript.org/doku.php?id=harmony:proxies#a_simple_membrane |