Skip to content

Commit dd205ff

Browse files
committed
Force swift to print known UUID
- And print what is sent
1 parent 1b5ee18 commit dd205ff

File tree

1 file changed

+2
-1
lines changed
  • test/swift/CrossTests/Sources/TestClient

1 file changed

+2
-1
lines changed

test/swift/CrossTests/Sources/TestClient/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,8 @@ Bân-lâm-gú, 粵語
384384
}*/
385385

386386
func testUuid() throws {
387-
let uuid = UUID()
387+
let uuid = UUID(uuidString: "00112233-4455-6677-8899-aabbccddeeff")!
388+
print("testUuid(\(uuid))")
388389
guard try client.testUuid(thing: uuid) == uuid else {
389390
resultCode |= Error.baseTypes.rawValue
390391
return

0 commit comments

Comments
 (0)