File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ fn throw_catch_raise_catch() {
59
59
#[ test]
60
60
#[ cfg( feature = "catch-all" ) ]
61
61
#[ should_panic = "uncaught exception <NSException: 0x" ]
62
- #[ cfg_attr( feature = "gnustep-2-1 " , ignore = "requires C-unwind" ) ]
62
+ #[ cfg_attr( feature = "gnustep-1-7 " , ignore = "requires C-unwind" ) ]
63
63
fn raise_catch_all1 ( ) {
64
64
let name = NSString :: from_str ( "abc" ) ;
65
65
let reason = NSString :: from_str ( "def" ) ;
@@ -71,7 +71,7 @@ fn raise_catch_all1() {
71
71
#[ test]
72
72
#[ cfg( feature = "catch-all" ) ]
73
73
#[ should_panic = "> 'abc' reason: def" ]
74
- #[ cfg_attr( feature = "gnustep-2-1 " , ignore = "requires C-unwind" ) ]
74
+ #[ cfg_attr( feature = "gnustep-1-7 " , ignore = "requires C-unwind" ) ]
75
75
fn raise_catch_all2 ( ) {
76
76
let name = NSString :: from_str ( "abc" ) ;
77
77
let reason = NSString :: from_str ( "def" ) ;
You can’t perform that action at this time.
0 commit comments