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 6d25612 commit e03cb46Copy full SHA for e03cb46
mlir/unittests/TableGen/PassGenTest.cpp
@@ -72,8 +72,7 @@ TEST(PassGenTest, PassOptions) {
72
TestPassWithOptionsOptions options;
73
options.testOption = 57;
74
75
- llvm::SmallVector<int64_t> testListOption = {1, 2};
76
- options.testListOption = testListOption;
+ options.testListOption = {1, 2};
77
78
const auto unwrap = [](const std::unique_ptr<mlir::Pass> &pass) {
79
return static_cast<const TestPassWithOptions *>(pass.get());
0 commit comments