From ea9bdc784498f21f68865209f1e3da61d94c17a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Hugo?= Date: Thu, 7 Apr 2022 19:24:40 -0300 Subject: [PATCH] Update local_inherit_self.lox Deleting the incorrect line // [c line 5] Error at end: Expect '}' after block. --- test/class/local_inherit_self.lox | 1 - 1 file changed, 1 deletion(-) diff --git a/test/class/local_inherit_self.lox b/test/class/local_inherit_self.lox index ffd0d4d6a..fe285d2a4 100644 --- a/test/class/local_inherit_self.lox +++ b/test/class/local_inherit_self.lox @@ -1,4 +1,3 @@ { class Foo < Foo {} // Error at 'Foo': A class can't inherit from itself. } -// [c line 5] Error at end: Expect '}' after block.