diff --git a/lldb/test/Shell/SwiftREPL/Inputs/A.swift b/lldb/test/Shell/SwiftREPL/Inputs/A.swift index 887eb06b3efb5..e2f8d0920a868 100644 --- a/lldb/test/Shell/SwiftREPL/Inputs/A.swift +++ b/lldb/test/Shell/SwiftREPL/Inputs/A.swift @@ -1,6 +1,5 @@ public class Foo { public static func foo() -> String { - print("A") return "A" } }