Fix StructsGenTest.cpp CMakeFile build error
authorRob Suderman <suderman@google.com>
Fri, 30 Aug 2019 21:09:46 +0000 (14:09 -0700)
committerA. Unique TensorFlower <gardener@tensorflow.org>
Fri, 30 Aug 2019 21:10:17 +0000 (14:10 -0700)
PiperOrigin-RevId: 266452719

mlir/unittests/TableGen/CMakeLists.txt

index 0c12274..c7ca252 100644 (file)
@@ -10,7 +10,7 @@ add_public_tablegen_target(MLIRTableGenStructAttrIncGen)
 
 add_mlir_unittest(MLIRTableGenTests
   EnumsGenTest.cpp
-  StructAttrGenTest.cpp
+  StructsGenTest.cpp
   FormatTest.cpp
 )