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 }