Update test.

This commit is contained in:
Cyrus Najmabadi
2015-03-31 19:07:45 -07:00
parent 3430903440
commit d06f3aa224

View File

@@ -5883,6 +5883,9 @@ declare module "typescript" {
>backtick : CharacterCodes
bar = 124,
>bar : CharacterCodes
caret = 94,
@@ -6152,6 +6155,9 @@ declare module "typescript" {
reScanGreaterToken(): SyntaxKind;
>reScanGreaterToken : () => SyntaxKind
>SyntaxKind : SyntaxKind
reScanSlashToken(): SyntaxKind;
>reScanSlashToken : () => SyntaxKind
>SyntaxKind : SyntaxKind