Update tests

This commit is contained in:
Andy Hanson 2016-09-12 06:25:54 -07:00
parent 435338be1b
commit 739ec8e544
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ export var x: string;
=== tests/cases/compiler/v2/index.d.ts ===
export as namespace Alpha;
>Alpha : typeof
>Alpha : typeof "tests/cases/compiler/v2/index"
export var y: number;
>y : number

View file

@ -8,4 +8,4 @@
////exports.x = 0;
goTo.marker();
verify.quickInfoIs('const x: typeof "tests/cases/fourslash/b"');
verify.quickInfoIs('const x: typeof "/tests/cases/fourslash/b"');