File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments