deleted redundant tests

This commit is contained in:
Arthur Ozga
2015-06-02 15:15:23 -07:00
parent 90e19551bc
commit c629c3fbee
2 changed files with 0 additions and 4 deletions

View File

@@ -1,2 +0,0 @@
interface foo{ } // error
class foo{ } // error

View File

@@ -1,2 +0,0 @@
class cli { } // error
interface cli { } // error