Skip to content

Commit 24b8766

Browse files
committed
Fix test
1 parent edd4f2c commit 24b8766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Interpreter/Inputs/dynamic_replacement_module.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public struct PublicStruct {
101101
public func genericFunction<T>(_ t: T.Type) -> String {
102102
return "public_struct_generic_func"
103103
}
104-
public var public_stored_property : String = "public_stored_property"
104+
dynamic public var public_stored_property : String = "public_stored_property"
105105

106106
public subscript(_ x: Int) -> String {
107107
get {

0 commit comments

Comments
 (0)