Skip to content

Commit 054d8e6

Browse files
mebrianlinmobile-devx-github-bot
authored andcommitted
Internal change.
PiperOrigin-RevId: 737622413
1 parent 1922237 commit 054d8e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TestLib/Swift/EarlGrey.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
//
1616

1717
import Foundation
18+
@_exported import third_party_objective_c_EarlGreyV2_TestLib_TestLib
1819
public func GREYAssert(
1920
_ expression: @autoclosure () -> Bool,
2021
_ reason: @autoclosure () -> String = "Assert on expression Failed",
@@ -189,6 +190,7 @@ public func GREYRemoteClassInApp<T: NSObject>(_ classVal: T.Type) -> T.Type {
189190
return remoteClass
190191
}
191192

193+
192194
// Allows calling `EarlGreyImpl` methods that would typically rely on the `EarlGrey` macro in
193195
// Objective-C.
194196
public struct EarlGrey {

0 commit comments

Comments
 (0)