mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[asan] XFAIL the attributes test on Linux
There is no Linux support for ASan right now.
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
// RUN: %target-swift-frontend -emit-ir -sanitize=address %s | FileCheck %s -check-prefix=ASAN
|
||||
|
||||
// XFAIL: linux
|
||||
|
||||
func test() {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user