aboutsummaryrefslogtreecommitdiff
path: root/mlir/test/lib/IR/TestInterfaces.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'mlir/test/lib/IR/TestInterfaces.cpp')
-rw-r--r--mlir/test/lib/IR/TestInterfaces.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mlir/test/lib/IR/TestInterfaces.cpp b/mlir/test/lib/IR/TestInterfaces.cpp
index 2dd3fe2..881019d 100644
--- a/mlir/test/lib/IR/TestInterfaces.cpp
+++ b/mlir/test/lib/IR/TestInterfaces.cpp
@@ -31,6 +31,8 @@ struct TestTypeInterfaces
testInterface.printTypeA(op->getLoc());
testInterface.printTypeB(op->getLoc());
testInterface.printTypeC(op->getLoc());
+ testInterface.printTypeC(op->getLoc(), 42);
+ testInterface.printTypeC(op->getLoc(), 3.14f);
testInterface.printTypeD(op->getLoc());
// Just check that we can assign the result to a variable of interface
// type.