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 @@ -74,8 +74,8 @@ expect('--stack-trace-limit=100',
7474 / ( \s * a t f \( \[ ( e v a l | w o r k e r e v a l ) \] : 1 : \d * \) \r ? \n ) / ,
7575 '(function f() { f(); })();' ,
7676 true ) ;
77- // Unsupported on arm and s390 . See https://crbug.com/v8/8713.
78- if ( ! [ 'arm' , 'arm64' , 's390x' ] . includes ( process . arch ) )
77+ // Unsupported on arm. See https://crbug.com/v8/8713.
78+ if ( ! [ 'arm' , 'arm64' ] . includes ( process . arch ) )
7979 expect ( '--interpreted-frames-native-stack' , 'B\n' ) ;
8080
8181// Workers can't eval as ES Modules. https://github.com/nodejs/node/issues/30682
You can’t perform that action at this time.
0 commit comments