Skip to content

Commit e03cb46

Browse files
nikalraRiver707
andauthored
Update mlir/unittests/TableGen/PassGenTest.cpp
Co-authored-by: River Riddle <[email protected]>
1 parent 6d25612 commit e03cb46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/unittests/TableGen/PassGenTest.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ TEST(PassGenTest, PassOptions) {
7272
TestPassWithOptionsOptions options;
7373
options.testOption = 57;
7474

75-
llvm::SmallVector<int64_t> testListOption = {1, 2};
76-
options.testListOption = testListOption;
75+
options.testListOption = {1, 2};
7776

7877
const auto unwrap = [](const std::unique_ptr<mlir::Pass> &pass) {
7978
return static_cast<const TestPassWithOptions *>(pass.get());

0 commit comments

Comments
 (0)