Remove old expected.{js,json} files (#7187)
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
function foo() {
|
||||
return bar(Array.prototype.slice.call(arguments));
|
||||
}
|
||||
|
||||
function bar(one, two, three) {
|
||||
return [one, two, three];
|
||||
}
|
||||
|
||||
foo("foo", "bar");
|
||||
Reference in New Issue
Block a user