Skip to content

Commit 1b1f25d

Browse files
author
Harlan Haskins
committed
Undo test change
1 parent 39110ec commit 1b1f25d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/TBD/objc-entry-point.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import AppKit
77
// Globals in non-script mode files that still have entry points
88
// (via NSApplicationMain) _do_ have lazy initializers. Ensure the symbols are
99
// present in the TBD.
10-
public let globalConstantWithLazyInitializer: String = "hello, world"
10+
let globalConstantWithLazyInitializer: String = "hello, world"
1111

1212
@NSApplicationMain
1313
class MyDelegate: NSObject, NSApplicationDelegate {

0 commit comments

Comments
 (0)