Skip to content

Commit a5c8a62

Browse files
committed
Test: run reflection test only on host
1 parent 4060ac8 commit a5c8a62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/Interpreter/moveonly_reflection.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111

1212
// REQUIRES: executable_test
1313

14+
// Simulators and devices don't appear to have the 'not' binary in their PATH
15+
// to handle tests that intentionally crash such as this.
16+
// UNSUPPORTED: DARWIN_SIMULATOR={{.*}}
17+
// UNSUPPORTED: remote_run || device_run
18+
1419
enum Maybe<Wrapped: ~Copyable>: ~Copyable {
1520
case some(Wrapped)
1621
case none

0 commit comments

Comments
 (0)