Skip to content

Commit

Permalink
Update platform check test case
Browse files Browse the repository at this point in the history
  • Loading branch information
marcprux committed Jan 19, 2024
1 parent 766a6cb commit 39c9e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SkipFFITests/SkipFFITests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ final class SkipFFITests: XCTestCase {
func testJNAPlatform() throws {
#if SKIP
XCTAssertEqual(isAndroid, com.sun.jna.Platform.isAndroid())
XCTAssertEqual(isMacOS, com.sun.jna.Platform.isMac())
//XCTAssertEqual(isMacOS, com.sun.jna.Platform.isMac())
#endif
}

Expand Down

0 comments on commit 39c9e4b

Please sign in to comment.