diff options
Diffstat (limited to 'trunk/Examples/test-suite/python/class_ignore_runme.py')
-rw-r--r-- | trunk/Examples/test-suite/python/class_ignore_runme.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/trunk/Examples/test-suite/python/class_ignore_runme.py b/trunk/Examples/test-suite/python/class_ignore_runme.py new file mode 100644 index 000000000..782fc07e1 --- /dev/null +++ b/trunk/Examples/test-suite/python/class_ignore_runme.py @@ -0,0 +1,6 @@ +import class_ignore + +a = class_ignore.Bar() + +if class_ignore.do_blah(a) != "Bar::blah": + raise RuntimeError |