Add != to YAMLParser's basic_collection_iterator.
[oota-llvm.git] / unittests / DebugInfo / PDB / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoPDB
3   )
4
5 set(DebugInfoPDBSources
6   PDBApiTest.cpp
7   )
8
9 add_llvm_unittest(DebugInfoPDBTests
10   ${DebugInfoPDBSources}
11   )