Move ValueMapTest from ADT to VMCore so that ADT doesn't need
authorDan Gohman <gohman@apple.com>
Mon, 27 Sep 2010 15:50:08 +0000 (15:50 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 27 Sep 2010 15:50:08 +0000 (15:50 +0000)
commit520163c98bbfcaa3a82fccd3ca27446ffc2c53cd
tree013440a3b960859a60ffb279332acc78489eda21
parentfab4c9e9df1aeb33b55cfcfa174fac8d61df96fd
Move ValueMapTest from ADT to VMCore so that ADT doesn't need
to link in "core".

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114831 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/ADT/Makefile
unittests/ADT/ValueMapTest.cpp [deleted file]
unittests/VMCore/ValueMapTest.cpp [new file with mode: 0644]