remove commented test

This commit is contained in:
Yui T
2015-08-17 22:04:54 -07:00
parent c5d5155234
commit bef4e8d58e

View File

@@ -5,13 +5,12 @@
////type List4<T> = /*2*/T[];
////type List3<T1> = /*3*/;
/*goTo.marker("0");
goTo.marker("0");
verify.completionListIsEmpty();
goTo.marker("1");
verify.not.completionListIsEmpty();
goTo.marker("2");
verify.completionListContains("T");
*/
goTo.marker("3");
verify.not.completionListIsEmpty();
verify.not.completionListContains("T");