remove old runtime tests
This commit is contained in:
parent
ab134d0919
commit
33d2463c65
@ -1,3 +0,0 @@
|
||||
function foo() {
|
||||
test("bar", ...arguments);
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
function foo() {
|
||||
test.apply(undefined, ["bar"].concat(customNamespace.slice.call(arguments)));
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
{
|
||||
"runtime": "customNamespace"
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
function foo() {
|
||||
test("bar", ...arguments);
|
||||
}
|
||||
@ -1,5 +0,0 @@
|
||||
"use strict";
|
||||
|
||||
function foo() {
|
||||
test.apply(undefined, ["bar"].concat(to5Runtime.slice.call(arguments)));
|
||||
}
|
||||
@ -1,3 +0,0 @@
|
||||
{
|
||||
"runtime": true
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user