[asan] XFAIL the attributes test on Linux

There is no Linux support for ASan right now.
This commit is contained in:
zaks
2016-02-24 15:10:39 -08:00
parent ef925f8fb3
commit 2b393bbcb1

View File

@@ -2,6 +2,8 @@
// RUN: %target-swift-frontend -emit-ir -sanitize=address %s | FileCheck %s -check-prefix=ASAN
// XFAIL: linux
func test() {
}