From 2f8ef203f7a766d5e62bc29a37e43c6d3b1164d7 Mon Sep 17 00:00:00 2001 From: Nick Bourdakos Date: Tue, 12 Aug 2025 12:15:18 -0700 Subject: [PATCH] Delete EntryPointTest.swift PiperOrigin-RevId: 794217354 --- .../Tests/EntryPointTest.swift | 22 ------------------- 1 file changed, 22 deletions(-) delete mode 100644 connections/swift/NearbyConnections/Tests/EntryPointTest.swift diff --git a/connections/swift/NearbyConnections/Tests/EntryPointTest.swift b/connections/swift/NearbyConnections/Tests/EntryPointTest.swift deleted file mode 100644 index 81570a61..00000000 --- a/connections/swift/NearbyConnections/Tests/EntryPointTest.swift +++ /dev/null @@ -1,22 +0,0 @@ -// Copyright 2023 Google LLC -// -// 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 -// -// https://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. - -import NearbyConnections - -@main -class EntryPointTest { - static func main() { - // Test for duplicate `main` symbol: https://github.com/google/nearby/issues/1187 - } -}