diff --git a/test/IRGen/sanitizer-attributes.swift b/test/IRGen/sanitizer-attributes.swift index 79e435c183e..7036905818d 100644 --- a/test/IRGen/sanitizer-attributes.swift +++ b/test/IRGen/sanitizer-attributes.swift @@ -2,6 +2,8 @@ // RUN: %target-swift-frontend -emit-ir -sanitize=address %s | FileCheck %s -check-prefix=ASAN +// XFAIL: linux + func test() { }