mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This test requires the sanitizer runtime libraries, so split it out and add the requisite REQUIRES lines.
10 lines
216 B
Swift
10 lines
216 B
Swift
var s = 10
|
|
s.
|
|
|
|
// CHECK: littleEndian
|
|
|
|
// REQUIRES: asan_runtime
|
|
// REQUIRES: fuzzer_runtime
|
|
|
|
// RUN: %sourcekitd-test -req=complete -pos=2:3 %s -- -sanitize=address,fuzzer -sanitize-coverage=func %s | %FileCheck %s
|