Skip to content

Commit 9af888c

Browse files
committed
[test] Require OS X for an ASan test
ASan doesn't have driver support on Linux.
1 parent fe98a0d commit 9af888c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/IRGen/coverage_with_asan.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
// RUN: %target-swift-frontend %s -profile-generate -profile-coverage-mapping -sanitize=address -emit-ir -o - | FileCheck %s
2+
// REQUIRES: OS=macosx
23

34
// CHECK: main
45
func main() {}

0 commit comments

Comments
 (0)