| Index: test/webkit/const-without-initializer.js
|
| diff --git a/test/webkit/const-without-initializer.js b/test/webkit/const-without-initializer.js
|
| index 9eb036522a05920b2c1441b387002f91811d1752..b1a86b9629ace60538416e5df3001949f71f0e40 100644
|
| --- a/test/webkit/const-without-initializer.js
|
| +++ b/test/webkit/const-without-initializer.js
|
| @@ -21,6 +21,8 @@
|
| // (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: --legacy-const
|
| +
|
| description(
|
| 'Tests that declaring a const variable without initializing has the correct behavior and does not crash'
|
| );
|
|
|