Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nebulark committed Jun 3, 2024
1 parent 175c9c2 commit bd412f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/patchable-function-entry.rs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bd412f6

Please sign in to comment.