Rename getSubRegs() to computeSubRegs().
[oota-llvm.git] / unittests / CMakeLists.txt
index ce0f5cd8226136882846a69b36ba4a462b571781..78009a86df55b5d7e54dd8219badb2773be1c806 100644 (file)
@@ -165,7 +165,6 @@ add_llvm_unittest(Support
   Support/CommandLineTest.cpp
   Support/ConstantRangeTest.cpp
   Support/EndianTest.cpp
-  Support/JSONParserTest.cpp
   Support/LeakDetectorTest.cpp
   Support/MathExtrasTest.cpp
   Support/Path.cpp
@@ -175,4 +174,5 @@ add_llvm_unittest(Support
   Support/TimeValue.cpp
   Support/TypeBuilderTest.cpp
   Support/ValueHandleTest.cpp
+  Support/YAMLParserTest.cpp
   )