mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Isolated synchronous deinit"
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
// RUN: %target-swift-frontend -compile-module-from-interface -o %t/SmokeTest.swiftmodule %s
|
||||
// RUN: %target-swift-ide-test -print-module -module-to-print SmokeTest -I %t -source-filename x -print-interface > %t/SmokeTest.txt
|
||||
// RUN: %FileCheck %s < %t/SmokeTest.txt
|
||||
// RUN: %FileCheck -check-prefix NEGATIVE %s < %t/SmokeTest.txt
|
||||
// RUN: llvm-bcanalyzer -dump %t/SmokeTest.swiftmodule | grep FILE_DEPENDENCY
|
||||
|
||||
// CHECK-LABEL: public class TestClass
|
||||
@@ -32,7 +33,7 @@ public class TestClass {
|
||||
// CHECK: public static var propWithNoAccessors: Int{{$}}
|
||||
public static var propWithNoAccessors: Int
|
||||
|
||||
// CHECK: deinit
|
||||
// NEGATIVE-NOT: deinit
|
||||
deinit
|
||||
} // CHECK: {{^}$}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user