From: Pete Cooper Date: Fri, 8 May 2015 16:59:53 +0000 (+0000) Subject: Remove duplicate cmake target I added in r236792. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=aedc9c7f8c9a420dd5a8e4c0ee3398c77b6df46e;p=oota-llvm.git Remove duplicate cmake target I added in r236792. Thanks to Daniel Jasper for pointing out the mistake. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@236881 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fe023644dc3..6e7dfd7c539 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -54,7 +54,6 @@ set(LLVM_TEST_DEPENDS not yaml-bench yaml2obj - yaml-bench obj2yaml verify-uselistorder )