Just temporarily removing the tests until we can get back into a good state.

This commit is contained in:
Daniel Rosenwasser 2014-12-11 23:54:03 -08:00 committed by Daniel Rosenwasser
parent 47ed584d12
commit c5943de3cd
6 changed files with 0 additions and 15250 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,11 +0,0 @@
// @includeBuiltFile: typescript.d.ts
// @noImplicitAny: true
// @target: ES3
// @module: CommonJs
// @noresolve: true
import ts = require("typescript");
var sourceFile = ts.createSourceFile("file1.ts", "var x = 0;", ts.ScriptTarget.Latest, "0.0");
var program = ts.createProgram(["file1.ts"], {}, undefined);

View file

@ -1,7 +0,0 @@
// @includeBuiltFile: typescriptServices.d.ts
// @noImplicitAny: true
// @target: ES3
var sourceFile = ts.createSourceFile("file1.ts", "var x = 0;", ts.ScriptTarget.Latest, "0.0");
var program = ts.createProgram(["file1.ts"], {}, undefined);