Skip to content

Commit 8ce7456

Browse files
authored
Merge pull request swiftlang#75698 from tbkka/tbkka-reflection-test-no-asan
Suppress these tests under "asan", not "ASAN"
2 parents 16627a0 + 1aae57a commit 8ce7456

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

validation-test/Reflection/reflect_CheckedContinuation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// REQUIRES: reflection_test_support
88
// REQUIRES: executable_test
99
// UNSUPPORTED: use_os_stdlib
10-
// UNSUPPORTED: ASAN
10+
// UNSUPPORTED: asan
1111
// UNSUPPORTED: back_deployment_runtime
1212

1313
import SwiftReflectionTest

validation-test/Reflection/reflect_UnsafeContinuation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// REQUIRES: reflection_test_support
88
// REQUIRES: executable_test
99
// UNSUPPORTED: use_os_stdlib
10-
// UNSUPPORTED: ASAN
10+
// UNSUPPORTED: asan
1111
// UNSUPPORTED: back_deployment_runtime
1212

1313
import SwiftReflectionTest

0 commit comments

Comments
 (0)