diff --git a/SWIG/Examples/test-suite/python/director_unroll_runme.py b/SWIG/Examples/test-suite/python/director_unroll_runme.py index 5279d6fc5..e2bc93779 100644 --- a/SWIG/Examples/test-suite/python/director_unroll_runme.py +++ b/SWIG/Examples/test-suite/python/director_unroll_runme.py @@ -12,6 +12,8 @@ b = director_unroll.Bar() b.set(a) c = b.get() -if not (a is c): + +if not (a.this == c.this): + print a, c raise RuntimeError