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