Skip to content

Commit 6ece43b

Browse files
committed
test
1 parent aa330fe commit 6ece43b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

test/js_optimizer/emitDCEGraph6-output.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@
2121
"reaches": []
2222
}
2323
]
24-

test/test_other.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2896,6 +2896,7 @@ def test_extern_prepost(self):
28962896
'emitDCEGraph3': (['emitDCEGraph', '--no-print'],),
28972897
'emitDCEGraph4': (['emitDCEGraph', '--no-print'],),
28982898
'emitDCEGraph5': (['emitDCEGraph', '--no-print'],),
2899+
'emitDCEGraph6': (['emitDCEGraph', '--no-print'],),
28992900
'minimal-runtime-applyDCEGraphRemovals': (['applyDCEGraphRemovals'],),
29002901
'applyDCEGraphRemovals': (['applyDCEGraphRemovals'],),
29012902
'applyImportAndExportNameChanges': (['applyImportAndExportNameChanges'],),

0 commit comments

Comments
 (0)