Fix dart2js/analyze_unused_dart2js_test.

(I thought I reran the test when I added currentImplicitInstantiations stack, but clearly not)

TBR=sigmund@google.com

BUG=

Review URL: https://codereview.chromium.org/2514833003 .
This commit is contained in:
Emily Fortuna 2016-11-18 12:00:42 -08:00
parent 4d003da5c8
commit 80e227a840

View file

@ -982,7 +982,7 @@ class KernelSsaBuilder extends ir.Visitor with GraphBuilder {
void _pushStaticInvocation(
ir.Node target, List<HInstruction> arguments, TypeMask typeMask) {
HInstruction instruction = new HInvokeStatic(
HInvokeStatic instruction = new HInvokeStatic(
astAdapter.getMember(target), arguments, typeMask,
targetCanThrow: astAdapter.getCanThrow(target));
if (currentImplicitInstantiations.isNotEmpty) {