Skip to content

Commit c594599

Browse files
author
Zak Kent
committed
[Test] Only run lazy tests on macOS
1 parent 03b539d commit c594599

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/Interpreter/lazy/deferred_syntax_errors.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: OS=macosx
12
// RUN: %target-jit-run %s -enable-experimental-feature LazyImmediate | %FileCheck %s
23

34
// Tests that parsing of function bodies is deferred

test/Interpreter/lazy/deferred_type_errors.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// REQUIRES: OS=macosx
12
// RUN: %target-jit-run %s -enable-experimental-feature LazyImmediate | %FileCheck %s
23

34
// Tests that type checking of function bodies is

0 commit comments

Comments
 (0)