Skip to content

Commit b330ac5

Browse files
authored
Merge pull request #68171 from nate-chandler/wrangle/20230828/1
[Test] Require swift_interpreter in a couple tests.
2 parents 1305901 + ad71233 commit b330ac5

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-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,4 +1,5 @@
11
// REQUIRES: OS=macosx
2+
// REQUIRES: swift_interpreter
23
// RUN: %target-jit-run %s -enable-experimental-feature LazyImmediate | %FileCheck %s
34

45
// -enable-experimental-feature requires an asserts build

test/Interpreter/lazy/deferred_type_errors.swift

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

45
// -enable-experimental-feature requires an asserts build

test/Interpreter/lazy/globals.swift

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

45
// -enable-experimental-feature requires an asserts build

0 commit comments

Comments
 (0)