Skip to content

Commit bc78e00

Browse files
kripkenhedwigz
authored andcommitted
[NFC] Give some JS optimizer tests nice names (emscripten-core#23161)
1 parent fce707c commit bc78e00

9 files changed

+4
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/test_other.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2892,10 +2892,10 @@ def test_extern_prepost(self):
28922892
'AJSDCE': (['AJSDCE'],),
28932893
'emitDCEGraph': (['emitDCEGraph', '--no-print'],),
28942894
'emitDCEGraph-closure': (['emitDCEGraph', '--no-print', '--closure-friendly'], 'emitDCEGraph.js'),
2895-
'emitDCEGraph2': (['emitDCEGraph', '--no-print'],),
2896-
'emitDCEGraph3': (['emitDCEGraph', '--no-print'],),
2897-
'emitDCEGraph4': (['emitDCEGraph', '--no-print'],),
2898-
'emitDCEGraph5': (['emitDCEGraph', '--no-print'],),
2895+
'emitDCEGraph-dynCall': (['emitDCEGraph', '--no-print'],),
2896+
'emitDCEGraph-eval': (['emitDCEGraph', '--no-print'],),
2897+
'emitDCEGraph-sig': (['emitDCEGraph', '--no-print'],),
2898+
'emitDCEGraph-prefixing': (['emitDCEGraph', '--no-print'],),
28992899
'emitDCEGraph-scopes': (['emitDCEGraph', '--no-print'],),
29002900
'minimal-runtime-applyDCEGraphRemovals': (['applyDCEGraphRemovals'],),
29012901
'applyDCEGraphRemovals': (['applyDCEGraphRemovals'],),

0 commit comments

Comments
 (0)