updated test baselines

This commit is contained in:
Vladimir Matveev
2014-07-24 13:09:03 -07:00
parent 48ff93963b
commit 7072711cf9

View File

@@ -1,4 +1,4 @@
==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode14.ts (2 errors) ====
==== tests/cases/conformance/parser/ecmascript5/StrictMode/parserStrictMode14.ts (3 errors) ====
"use strict";
with (a) {
~~~~
@@ -7,4 +7,4 @@
!!! All symbols within a 'with' block will be resolved to 'any'.
~
!!! Cannot find name 'a'.
}
}