Remove the failing testcases

This commit is contained in:
Sheetal Nandi 2015-10-05 16:01:33 -07:00
parent db9faf6039
commit 938c5334eb
6 changed files with 0 additions and 5 deletions

View file

@ -1 +0,0 @@
declare var a: number;

View file

@ -1 +0,0 @@
var test1 = 10; // Shouldnt get compiled

View file

@ -1 +0,0 @@
declare var a: number;

View file

@ -1 +0,0 @@
var test1 = 10; // Shouldnt get compiled

View file

@ -1 +0,0 @@
{ "compilerOptions": { "jsExtensions": [ "js" ] } }