File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ # lit.site.cfg.in - Local configuration for the 'lit' test runner -*- python -*-
2
+ #
3
+ # This source file is part of the Swift.org open source project
4
+ #
5
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
+ # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ #
8
+ # See http://swift.org/LICENSE.txt for license information
9
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ #
11
+ # -----------------------------------------------------------------------------
12
+
1
13
import os
2
14
import platform
3
15
import sys
Original file line number Diff line number Diff line change
1
+ # swift/validation-test/lit.cfg ----------------------------------*- python -*-
2
+ #
3
+ # This source file is part of the Swift.org open source project
4
+ #
5
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
+ # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ #
8
+ # See http://swift.org/LICENSE.txt for license information
9
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ #
11
+ # -----------------------------------------------------------------------------
12
+
1
13
import sys
2
14
import platform
3
15
Original file line number Diff line number Diff line change
1
+ # swift/validation-test/lit.site.cfg.in ---------------------------*- python -*-
2
+ #
3
+ # This source file is part of the Swift.org open source project
4
+ #
5
+ # Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
6
+ # Licensed under Apache License v2.0 with Runtime Library Exception
7
+ #
8
+ # See http://swift.org/LICENSE.txt for license information
9
+ # See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
+ #
11
+ # -----------------------------------------------------------------------------
12
+
1
13
import sys
2
14
import platform
3
15
You can’t perform that action at this time.
0 commit comments