File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Sources/CSKTestSupport/include Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change 1- #ifndef CSKTestSupport_h
2- #define CSKTestSupport_h
1+ //===----------------------------------------------------------------------===//
2+ //
3+ // This source file is part of the Swift.org open source project
4+ //
5+ // Copyright (c) 2014 - 2024 Apple Inc. and the Swift project authors
6+ // Licensed under Apache License v2.0 with Runtime Library Exception
7+ //
8+ // See https://swift.org/LICENSE.txt for license information
9+ // See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10+ //
11+ //===----------------------------------------------------------------------===//
12+ //
13+
14+ #ifndef SOURCEKITLSP_CSKTESTSUPPORT_H
15+ #define SOURCEKITLSP_CSKTESTSUPPORT_H
316
417#ifdef __linux__
518// For testing, override __cxa_atexit to prevent registration of static
619// destructors due to https://github.com/swiftlang/swift/issues/55112.
720int __cxa_atexit (void (* f ) (void * ), void * arg , void * dso_handle );
821#endif
922
10- #endif /* CSKTestSupport_h */
23+ #endif /* SOURCEKITLSP_CSKTESTSUPPORT_H */
You can’t perform that action at this time.
0 commit comments