Skip to content

Commit 561ad95

Browse files
authored
Update OperationSupportTest.cpp
Fix typo introduced.
1 parent 89105bc commit 561ad95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/IR/OperationSupportTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ TEST(OperationFormatPrintTest, CanPrintNameAsPrefix) {
245245
flags.printNameLocAsPrefix(true);
246246
llvm::raw_string_ostream os(str);
247247
op->print(os, flags);
248-
ASSERT_STREQ(str.c_str(), "%my_named_loc = \"t.op\"() : () -> (i16)");
248+
ASSERT_STREQ(str.c_str(), "%my_named_loc = \"t.op\"() : () -> i16\n");
249249

250250
op->destroy();
251251
}

0 commit comments

Comments
 (0)