aboutsummaryrefslogtreecommitdiffstats
path: root/test/Standalone/dummy.mlir
diff options
context:
space:
mode:
Diffstat (limited to 'test/Standalone/dummy.mlir')
-rw-r--r--test/Standalone/dummy.mlir4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Standalone/dummy.mlir b/test/Standalone/dummy.mlir
index ada4280..cb688d2 100644
--- a/test/Standalone/dummy.mlir
+++ b/test/Standalone/dummy.mlir
@@ -2,8 +2,8 @@
module {
// CHECK-LABEL: func @bar()
- func @bar() {
- %0 = constant 1 : i32
+ func.func @bar() {
+ %0 = arith.constant 1 : i32
// CHECK: %{{.*}} = standalone.foo %{{.*}} : i32
%res = standalone.foo %0 : i32
return