mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Test] Require asserts for some experimental-feature tests.
For LazyImmediate and TupleConformances.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// REQUIRES: OS=macosx
|
||||
// RUN: %target-jit-run %s -enable-experimental-feature LazyImmediate | %FileCheck %s
|
||||
|
||||
// -enable-experimental-feature requires an asserts build
|
||||
// REQUIRES: asserts
|
||||
|
||||
// Tests that parsing of function bodies is deferred
|
||||
// to runtime when the interpreter is invoked using
|
||||
// experimental lazy compilation. Syntax errors in
|
||||
|
||||
Reference in New Issue
Block a user