File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed
lldb/test/API/lang/swift/resilience Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change 1
- # TestResilience.py
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 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
1
"""
13
2
Test that resilient APIs work regardless of the combination of library and executable
14
3
"""
19
8
import lldbsuite .test .lldbutil as lldbutil
20
9
import os
21
10
import os .path
22
- import time
23
11
import unittest2
24
12
25
13
import sys
@@ -34,7 +22,7 @@ def execute_command(command):
34
22
return exit_status
35
23
36
24
37
- class TestResilience (TestBase ):
25
+ class TestSwiftResilience (TestBase ):
38
26
39
27
mydir = TestBase .compute_mydir (__file__ )
40
28
You can’t perform that action at this time.
0 commit comments