We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b5ee18 commit dd205ffCopy full SHA for dd205ff
test/swift/CrossTests/Sources/TestClient/main.swift
@@ -384,7 +384,8 @@ Bân-lâm-gú, 粵語
384
}*/
385
386
func testUuid() throws {
387
- let uuid = UUID()
+ let uuid = UUID(uuidString: "00112233-4455-6677-8899-aabbccddeeff")!
388
+ print("testUuid(\(uuid))")
389
guard try client.testUuid(thing: uuid) == uuid else {
390
resultCode |= Error.baseTypes.rawValue
391
return
0 commit comments