mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 14:55:36 +08:00
17 lines
426 B
C++
17 lines
426 B
C++
// SPDX-FileCopyrightText: Copyright (C) 2017 swift Project Community / Contributors
|
|
// SPDX-License-Identifier: GPL-3.0-or-later OR LicenseRef-swift-pilot-client-1
|
|
|
|
#ifndef SWIFT_CORETEST_TESTCONNECTIVITY_H
|
|
#define SWIFT_CORETEST_TESTCONNECTIVITY_H
|
|
|
|
//! \cond PRIVATE_TESTS
|
|
//! \file
|
|
//! \ingroup testswiftcore
|
|
|
|
namespace swiftcoretest
|
|
{} // namespace swiftcoretest
|
|
|
|
//! \endcond
|
|
|
|
#endif // SWIFT_CORETEST_TESTCONNECTIVITY_H
|