Skip to content

Commit a896984

Browse files
committed
Rename TestResilience -> TestSwiftResilience
1 parent f059854 commit a896984

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

lldb/test/API/lang/swift/resilience/TestResilience.py renamed to lldb/test/API/lang/swift/resilience/TestSwiftResilience.py

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
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-
# ------------------------------------------------------------------------------
121
"""
132
Test that resilient APIs work regardless of the combination of library and executable
143
"""
@@ -19,7 +8,6 @@
198
import lldbsuite.test.lldbutil as lldbutil
209
import os
2110
import os.path
22-
import time
2311
import unittest2
2412

2513
import sys
@@ -34,7 +22,7 @@ def execute_command(command):
3422
return exit_status
3523

3624

37-
class TestResilience(TestBase):
25+
class TestSwiftResilience(TestBase):
3826

3927
mydir = TestBase.compute_mydir(__file__)
4028

0 commit comments

Comments
 (0)