Index: test/mjsunit/harmony/block-scoping.js |
diff --git a/test/mjsunit/harmony/block-scoping.js b/test/mjsunit/harmony/block-scoping.js |
index 0d0526afab28e394bfcddc979c8ba4f80fcfeb2b..31194d99fde758083c79b8e9b16174df9efe262b 100644 |
--- a/test/mjsunit/harmony/block-scoping.js |
+++ b/test/mjsunit/harmony/block-scoping.js |
@@ -28,6 +28,9 @@ |
// Flags: --allow-natives-syntax --harmony-scoping |
// Test functionality of block scopes. |
+// TODO(ES6): properly activate extended mode |
+"use strict"; |
+ |
// Hoisting of var declarations. |
function f1() { |
{ |