From 6af74459f4b0f5a2a33fa112e24ac50633a90d3b Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Mon, 6 May 2024 20:56:27 +0800 Subject: [PATCH] Remove Empty Test File (#2396) The test in this file does nothing. We should remove it. Signed-off-by: Arjo Chakravarty --- src/CMakeLists.txt | 1 - src/System_TEST.cc | 27 --------------------------- 2 files changed, 28 deletions(-) delete mode 100644 src/System_TEST.cc diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index e23c1a866a..7fff867c64 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -124,7 +124,6 @@ set (gtest_sources SimulationRunner_TEST.cc SystemLoader_TEST.cc SystemManager_TEST.cc - System_TEST.cc TestFixture_TEST.cc Util_TEST.cc World_TEST.cc diff --git a/src/System_TEST.cc b/src/System_TEST.cc deleted file mode 100644 index e238456085..0000000000 --- a/src/System_TEST.cc +++ /dev/null @@ -1,27 +0,0 @@ -/* - * Copyright (C) 2018 Open Source Robotics Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - * -*/ - -#include - -#include "gz/sim/System.hh" - -using namespace gz; - -///////////////////////////////////////////////// -TEST(System, Constructor) -{ -}