diff --git a/src/test/files/IncrementCheck.java b/src/test/files/IncrementCheck.java index 54b20bf..6e7e6c2 100644 --- a/src/test/files/IncrementCheck.java +++ b/src/test/files/IncrementCheck.java @@ -15,8 +15,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ -class MyClass { - MyClass(MyClass mc) { +class IncrementCheck { + IncrementCheck(IncrementCheck mc) { } int foo1() {