[Tests] Mark 2 tests require 'embedded_stdlib'

These tests require Embedded stdlib:

  DebugInfo/value-generics-embedded.swift
  Macros/macro_unique_name_embedded.swift
This commit is contained in:
Rintaro Ishizaki
2025-03-11 13:25:30 -07:00
parent e056c63c89
commit 7e6d4d3cb5
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
// RUN: %target-swift-frontend %s -target %target-cpu-apple-macos14 -emit-ir -g -enable-experimental-feature Embedded -wmo -disable-availability-checking -o - | %FileCheck %s
// REQUIRES: OS=macosx
// REQUIRES: embedded_stdlib
// REQUIRES: swift_feature_Embedded

View File

@@ -1,6 +1,7 @@
// REQUIRES: swift_swift_parser
// REQUIRES: swift_feature_Embedded
// REQUIRES: OS=macosx
// REQUIRES: embedded_stdlib
// RUN: %empty-directory(%t)
// RUN: split-file --leading-lines %s %t