remove irrelevant test

This commit is contained in:
Sebastian McKenzie
2015-03-14 04:50:46 +11:00
parent 9676056f08
commit 5ee9b3c37e
2 changed files with 0 additions and 6 deletions

View File

@@ -1,2 +0,0 @@
var arr: Array = bar;
[...arr];

View File

@@ -1,4 +0,0 @@
"use strict";
var arr = bar;
[].concat(arr);