Skip to content

Commit ae98d4f

Browse files
committed
feedback
Signed-off-by: Maxwell Elliott <maxwell@elliott.now>
1 parent ee2ffdc commit ae98d4f

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed
Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
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.
720
int __cxa_atexit(void (*f) (void *), void *arg, void *dso_handle);
821
#endif
922

10-
#endif /* CSKTestSupport_h */
23+
#endif /* SOURCEKITLSP_CSKTESTSUPPORT_H */

0 commit comments

Comments
 (0)