File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ mod tests {
190
190
191
191
#[ pg_test]
192
192
#[ search_path( @extschema@) ]
193
- #[ should_panic = "error: the `env` and `option_env` macros are forbidden" ]
193
+ #[ should_panic] // = "error: the `env` and `option_env` macros are forbidden"]
194
194
#[ cfg( feature = "trusted" ) ]
195
195
fn plrust_block_env ( ) -> spi:: Result < ( ) > {
196
196
let definition = r#"
@@ -204,7 +204,7 @@ mod tests {
204
204
205
205
#[ pg_test]
206
206
#[ search_path( @extschema@) ]
207
- #[ should_panic = "error: the `env` and `option_env` macros are forbidden" ]
207
+ #[ should_panic] // = "error: the `env` and `option_env` macros are forbidden"]
208
208
#[ cfg( feature = "trusted" ) ]
209
209
fn plrust_block_option_env ( ) -> spi:: Result < ( ) > {
210
210
let definition = r#"
You can’t perform that action at this time.
0 commit comments