This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove SAVEt_STACK_CXPOS
[perl5.git] / t / porting / ss_dup.t
index 81435ce..5fa2960 100644 (file)
@@ -1,7 +1,6 @@
 #!perl
 
-@TODO = qw [ SAVEt_SAVESWITCHSTACK
-             SAVEt_STACK_CXPOS ];
+@TODO = qw [ SAVEt_SAVESWITCHSTACK ];
 @TODO{@TODO} = ();
 
 BEGIN { chdir 't'; require './test.pl' }