From 9c9712eac7e335b3636f5193b0a061c6015f9d10 Mon Sep 17 00:00:00 2001 From: kikimo <451943+kikimo@users.noreply.github.com> Date: Mon, 20 May 2024 15:17:46 -0700 Subject: [PATCH] Remove duplicate test source (#9842) Summary: Pull Request resolved: https://github.com/facebookincubator/velox/pull/9842 Reviewed By: xiaoxmeng, kagamiori Differential Revision: D57586105 Pulled By: pedroerp fbshipit-source-id: 1a0501e324d830aaf88383de87ea50fd87c21a62 --- velox/expression/tests/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/velox/expression/tests/CMakeLists.txt b/velox/expression/tests/CMakeLists.txt index c58c7963834e..7604b3ddd1ae 100644 --- a/velox/expression/tests/CMakeLists.txt +++ b/velox/expression/tests/CMakeLists.txt @@ -44,7 +44,6 @@ add_executable( SimpleFunctionPresetNullsTest.cpp SimpleFunctionTest.cpp StringWriterTest.cpp - StringWriterTest.cpp TryExprTest.cpp VariadicViewTest.cpp VectorReaderTest.cpp)