From bd412f65272a5a9e795ec1e54100af611b9d5d6d Mon Sep 17 00:00:00 2001 From: Florian Schmiderer Date: Mon, 3 Jun 2024 19:10:13 +0200 Subject: [PATCH] fix test --- tests/codegen/patchable-function-entry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/codegen/patchable-function-entry.rs b/tests/codegen/patchable-function-entry.rs index dc46758f8a14a..8a18a863c2a1a 100644 --- a/tests/codegen/patchable-function-entry.rs +++ b/tests/codegen/patchable-function-entry.rs @@ -1,6 +1,6 @@ -#![feature(patchable_function_entry)] //@ compile-flags: -Z patchable-function-entry=15,10 +#![feature(patchable_function_entry)] #![crate_type = "lib"] // This should have the default, as set by the compile flags