From aedc9c7f8c9a420dd5a8e4c0ee3398c77b6df46e Mon Sep 17 00:00:00 2001 From: Pete Cooper Date: Fri, 8 May 2015 16:59:53 +0000 Subject: [PATCH] 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 --- test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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 ) -- 2.34.1