aboutsummaryrefslogtreecommitdiff
path: root/Examples/test-suite/python/operator_overload_runme.py
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/python/operator_overload_runme.py')
-rw-r--r--Examples/test-suite/python/operator_overload_runme.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/python/operator_overload_runme.py b/Examples/test-suite/python/operator_overload_runme.py
index 31c49058e..cd565f619 100644
--- a/Examples/test-suite/python/operator_overload_runme.py
+++ b/Examples/test-suite/python/operator_overload_runme.py
@@ -1,7 +1,7 @@
from operator_overload import *
# first check all the operators are implemented correctly from pure C++ code
-Op_sanity_check()
+Op.sanity_check()
pop = Op(6)/Op(3)