From aba2d1c23c8f5fe0eaae6277a1de8a7dea17274f Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 11 Apr 2015 16:50:08 -0700 Subject: [PATCH] fix loop constants test error message --- .../fixtures/transformation/es6.constants/loop/options.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/core/fixtures/transformation/es6.constants/loop/options.json b/test/core/fixtures/transformation/es6.constants/loop/options.json index 81e76d393f..ae231ea746 100644 --- a/test/core/fixtures/transformation/es6.constants/loop/options.json +++ b/test/core/fixtures/transformation/es6.constants/loop/options.json @@ -1,3 +1,3 @@ { - "throws": "Duplicate declaration \"i\"" + "throws": "\"i\" is read-only" }