update swig on windows
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from naturalvar import *
|
||||
|
||||
f = Foo()
|
||||
b = Bar()
|
||||
|
||||
b.f = f
|
||||
|
||||
cvar.s = "hello"
|
||||
b.s = "hello"
|
||||
|
||||
if b.s != cvar.s:
|
||||
raise RuntimeError
|
||||
Reference in New Issue
Block a user