Skip to content

Commit 8e62169

Browse files
committed
debugging what's so different on linux that we fail
1 parent 7747c6b commit 8e62169

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/Concurrency/actor_defer.swift

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s
2-
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -strict-concurrency=targeted
3-
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -strict-concurrency=complete
4-
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -strict-concurrency=complete -enable-upcoming-feature RegionBasedIsolation
1+
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -debug-constraints
2+
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -debug-constraints -strict-concurrency=targeted
3+
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -debug-constraints -strict-concurrency=complete
4+
// RUN: %target-swift-frontend -parse-as-library -emit-sil -DNEGATIVES -verify %s -debug-constraints -strict-concurrency=complete -enable-upcoming-feature RegionBasedIsolation
55

66
// RUN: %target-swift-frontend -parse-as-library -emit-sil -enable-actor-data-race-checks -o - %s | %FileCheck %s
77

0 commit comments

Comments
 (0)