[Test] Require asserts for some experimental-feature tests.

For LazyImmediate and TupleConformances.
This commit is contained in:
Nate Chandler
2023-08-24 13:45:18 -07:00
parent 80f4588d0f
commit 4e22193d9e
5 changed files with 15 additions and 0 deletions

View File

@@ -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