remove old runtime tests

This commit is contained in:
Sebastian McKenzie 2015-01-20 01:42:31 +11:00
parent ab134d0919
commit 33d2463c65
6 changed files with 0 additions and 22 deletions

View File

@ -1,3 +0,0 @@
function foo() {
test("bar", ...arguments);
}

View File

@ -1,5 +0,0 @@
"use strict";
function foo() {
test.apply(undefined, ["bar"].concat(customNamespace.slice.call(arguments)));
}

View File

@ -1,3 +0,0 @@
{
"runtime": "customNamespace"
}

View File

@ -1,3 +0,0 @@
function foo() {
test("bar", ...arguments);
}

View File

@ -1,5 +0,0 @@
"use strict";
function foo() {
test.apply(undefined, ["bar"].concat(to5Runtime.slice.call(arguments)));
}

View File

@ -1,3 +0,0 @@
{
"runtime": true
}