summaryrefslogtreecommitdiffstats
path: root/mlir/bindings/python/test/test_py2and3.py
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/bindings/python/test/test_py2and3.py')
-rw-r--r--mlir/bindings/python/test/test_py2and3.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlir/bindings/python/test/test_py2and3.py b/mlir/bindings/python/test/test_py2and3.py
index 02f8f628046..2c1158f7174 100644
--- a/mlir/bindings/python/test/test_py2and3.py
+++ b/mlir/bindings/python/test/test_py2and3.py
@@ -274,7 +274,7 @@ class EdscTest:
printWithCurrentFunctionName(str(self.module))
# CHECK-LABEL: testDivisions
# CHECK: floordiv 42
- # CHECK: divis %{{.*}}, %{{.*}} : i32
+ # CHECK: divi_signed %{{.*}}, %{{.*}} : i32
def testFunctionArgs(self):
self.setUp()
OpenPOWER on IntegriCloud