提交 573bbd8d authored 作者: Frederic Bastien's avatar Frederic Bastien

Fixed comment.

上级 83794e06
...@@ -351,7 +351,7 @@ class TestComputeTestValue(unittest.TestCase): ...@@ -351,7 +351,7 @@ class TestComputeTestValue(unittest.TestCase):
o = IncOneC()(i) o = IncOneC()(i)
# Check that the c_code function is not implemented # Check that the perform function is not implemented
self.assertRaises((NotImplementedError, utils.MethodNotDefined), self.assertRaises((NotImplementedError, utils.MethodNotDefined),
o.owner.op.perform, o.owner.op.perform,
o.owner, 0, [None]) o.owner, 0, [None])
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论