remove redundant spec.functionName tests

This commit is contained in:
Sebastian McKenzie 2015-03-30 21:49:58 +11:00
parent c6546264d2
commit 12f8fa229d
3 changed files with 0 additions and 11 deletions

View File

@ -1,7 +0,0 @@
class Example {
constructor() {
var Example;
}
}
let t = new Example();

View File

@ -1,5 +1,3 @@
var g = function () { var g = function () {
doSmth(); doSmth();
}; };
var h = function (h) {};

View File

@ -3,5 +3,3 @@
var g = function g() { var g = function g() {
doSmth(); doSmth();
}; };
var h = function h(h) {};