Skip to content

Commit a33d709

Browse files
authored
test: add tests for @unsigned in methods in jextract JNI mode (#475)
1 parent 3be8df2 commit a33d709

File tree

2 files changed

+315
-174
lines changed

2 files changed

+315
-174
lines changed

Sources/SwiftJavaConfigurationShared/JExtract/JExtractGenerationMode.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
/// Determines which source generation mode JExtract should be using: JNI or Foreign Function and Memory.
16-
public enum JExtractGenerationMode: String, Codable {
16+
public enum JExtractGenerationMode: String, Sendable, Codable {
1717
/// Foreign Value and Memory API
1818
case ffm
1919

0 commit comments

Comments
 (0)