From beafdcab0b06ec1fd8dd79c255040c03b5b687ea Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 29 Sep 2023 23:36:36 -0400 Subject: [PATCH] Adjust --- Tests/SwiftGodotMacrosTests/MacroGodotTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/SwiftGodotMacrosTests/MacroGodotTests.swift b/Tests/SwiftGodotMacrosTests/MacroGodotTests.swift index 16f31f3f7..ca52b50fc 100644 --- a/Tests/SwiftGodotMacrosTests/MacroGodotTests.swift +++ b/Tests/SwiftGodotMacrosTests/MacroGodotTests.swift @@ -136,7 +136,6 @@ final class MacroGodotTests: XCTestCase { var goodName: String = "Supertop" func _mproxy_set_goodName (args: [Variant]) -> Variant? { - /* goodName = String(args [0])!*/ return nil }