Update baselines

This commit is contained in:
Yui T
2015-05-18 18:18:08 -07:00
parent 67c27ee766
commit 89d0f41e95
3 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +0,0 @@
tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts(1,1): error TS1045: A 'declare' modifier cannot be used with an interface declaration.
==== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts (1 errors) ====
declare interface I {
~~~~~~~
!!! error TS1045: A 'declare' modifier cannot be used with an interface declaration.
}

View File

@@ -0,0 +1,4 @@
=== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts ===
declare interface I {
>I : Symbol(I, Decl(parserInterfaceDeclaration5.ts, 0, 0))
}

View File

@@ -0,0 +1,4 @@
=== tests/cases/conformance/parser/ecmascript5/InterfaceDeclarations/parserInterfaceDeclaration5.ts ===
declare interface I {
>I : I
}