We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91aa371 commit 2f40679Copy full SHA for 2f40679
mlir/unittests/IR/InterfaceTest.cpp
@@ -68,4 +68,4 @@ TEST(InterfaceTest, TestCustomClassOf) {
68
EXPECT_TRUE(isa<TestOptionallyImplementedOpInterface>(*op));
69
op.setImplementsInterface(false);
70
EXPECT_FALSE(isa<TestOptionallyImplementedOpInterface>(*op));
71
-}
+}
0 commit comments