aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2003-05-04 08:56:21 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2003-05-04 08:56:21 +0000
commitd7e8c0192e4d5e66be124c16629683a5ce0abbed (patch)
tree758653186fa87fa0492787b163d3bc30ebbef999 /Examples/test-suite
parentf43fbc6ec3b1e4fd4e370a1b8169c33bee199d5f (diff)
downloadswig-d7e8c0192e4d5e66be124c16629683a5ce0abbed.tar.gz
test setting of global arrays
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4768 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite')
-rw-r--r--Examples/test-suite/python/arrays_global_runme.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/Examples/test-suite/python/arrays_global_runme.py b/Examples/test-suite/python/arrays_global_runme.py
new file mode 100644
index 000000000..fb8b06e3a
--- /dev/null
+++ b/Examples/test-suite/python/arrays_global_runme.py
@@ -0,0 +1,4 @@
+import arrays_global
+
+arrays_global.cvar.array_i = arrays_global.cvar.array_const_i
+