Skip to content

Commit

Permalink
Enable #[link_section] test (#135)
Browse files Browse the repository at this point in the history
This fixes #118
  • Loading branch information
workingjubilee authored Dec 9, 2022
1 parent 46f131e commit 9552576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plrust/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -789,7 +789,6 @@ mod tests {
#[pg_test]
#[search_path(@extschema@)]
#[should_panic(expected = "error: declaration of a static with `link_section`")]
#[ignore] // TODO: raise MSRV
fn plrust_block_unsafe_link_section() {
let definition = r#"
CREATE OR REPLACE FUNCTION link_section() RETURNS BIGINT
Expand Down

0 comments on commit 9552576

Please sign in to comment.