summaryrefslogtreecommitdiff
path: root/swift/test/Ice/optional/ServerAMD.swift
diff options
context:
space:
mode:
Diffstat (limited to 'swift/test/Ice/optional/ServerAMD.swift')
-rw-r--r--swift/test/Ice/optional/ServerAMD.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/swift/test/Ice/optional/ServerAMD.swift b/swift/test/Ice/optional/ServerAMD.swift
index 39e8e1bfb90..ffe514119ef 100644
--- a/swift/test/Ice/optional/ServerAMD.swift
+++ b/swift/test/Ice/optional/ServerAMD.swift
@@ -8,7 +8,7 @@ import TestCommon
class ServerAMD: TestHelperI {
public override func run(args: [String]) throws {
let properties = try createTestProperties(args)
-
+ properties.setProperty(key: "Ice.AcceptClassCycles", value: "1")
var initData = Ice.InitializationData()
initData.properties = properties
initData.classResolverPrefix = ["IceOptionalAMD"]