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();