Skip to content

Commit 9552576

Browse files
Enable #[link_section] test (#135)
This fixes #118
1 parent 46f131e commit 9552576

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plrust/src/tests.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,6 @@ mod tests {
789789
#[pg_test]
790790
#[search_path(@extschema@)]
791791
#[should_panic(expected = "error: declaration of a static with `link_section`")]
792-
#[ignore] // TODO: raise MSRV
793792
fn plrust_block_unsafe_link_section() {
794793
let definition = r#"
795794
CREATE OR REPLACE FUNCTION link_section() RETURNS BIGINT

0 commit comments

Comments
 (0)