Skip to content

Commit d5d7f39

Browse files
committed
Fix test for windows/linux
1 parent 4ec01a8 commit d5d7f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/async/debug.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-swift-frontend -primary-file %s -emit-ir -enable-experimental-concurrency -g | %FileCheck %s
22

33
// Don't assert on dynamically sized variables.
4-
// CHECK: define swiftcc void @"$s5debug1fyxxYKlF"
4+
// CHECK: define{{( dllexport)?}}{{( protected)?}} swiftcc void @"$s5debug1fyxxYKlF"
55

66
public func f<Success>(_ value: Success) async throws -> Success {
77
switch Result<Success, Error>.success(value) {

0 commit comments

Comments
 (0)