From 008295315a7930ecc7d948479a47ee8f59ca0342 Mon Sep 17 00:00:00 2001 From: Nate Chandler Date: Wed, 6 Mar 2024 14:42:13 -0800 Subject: [PATCH] [Test] Added executable_test requirement. rdar://124165278 --- test/Interpreter/moveonly_linkedlist_2_simple.swift | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Interpreter/moveonly_linkedlist_2_simple.swift b/test/Interpreter/moveonly_linkedlist_2_simple.swift index 39c9f339a6a61..d245a877a5248 100644 --- a/test/Interpreter/moveonly_linkedlist_2_simple.swift +++ b/test/Interpreter/moveonly_linkedlist_2_simple.swift @@ -9,6 +9,8 @@ // RUN: %target-run-simple-swift(-parse-as-library -enable-builtin-module -enable-experimental-feature NoncopyableGenerics -enable-experimental-feature BorrowingSwitch -Xfrontend -sil-verify-all) | %FileCheck %s // RUN: %target-run-simple-swift(-O -parse-as-library -enable-builtin-module -enable-experimental-feature NoncopyableGenerics -enable-experimental-feature BorrowingSwitch -Xfrontend -sil-verify-all) | %FileCheck %s +// REQUIRES: executable_test + // CHECK-IR-NOT: @"$sBpWV" // CHECK: hi end