Skip to content

Commit df10872

Browse files
committed
Remove print statement from test that resulted in a non-deterministic output stream.
Fixes [SR-13754], rdar://problem/70531607
1 parent 2add546 commit df10872

File tree

1 file changed

+0
-1
lines changed
  • lldb/test/Shell/SwiftREPL/Inputs

1 file changed

+0
-1
lines changed

lldb/test/Shell/SwiftREPL/Inputs/A.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
public class Foo {
22
public static func foo() -> String {
3-
print("A")
43
return "A"
54
}
65
}

0 commit comments

Comments
 (0)