summaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/dynamic_cast_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/dynamic_cast_runme.py')
-rw-r--r--Examples/test-suite/python/dynamic_cast_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/dynamic_cast_runme.py b/Examples/test-suite/python/dynamic_cast_runme.py
index 59e86d34c..ae080833b 100644
--- a/Examples/test-suite/python/dynamic_cast_runme.py
+++ b/Examples/test-suite/python/dynamic_cast_runme.py
@@ -8,4 +8,4 @@ y = b.blah()
a = dynamic_cast.do_test(y)
if a != "Bar::test":
- print "Failed!!"
+ raise RuntimeError("Failed!!")