Skip to content

Commit 6baeaf2

Browse files
Merge pull request #2024 from adrian-prantl/70531607-next
Remove print statement from test that resulted in a non-deterministic…
2 parents 9cd5837 + 31537d6 commit 6baeaf2

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)