Fix StructsGenTest.cpp CMakeFile build error

PiperOrigin-RevId: 266452719
This commit is contained in:
Rob Suderman 2019-08-30 14:09:46 -07:00 committed by A. Unique TensorFlower
parent 1dd9bf4739
commit 140757050b
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ add_public_tablegen_target(MLIRTableGenStructAttrIncGen)
add_mlir_unittest(MLIRTableGenTests
EnumsGenTest.cpp
StructAttrGenTest.cpp
StructsGenTest.cpp
FormatTest.cpp
)