fix test

BUG=

Review URL: https://codereview.chromium.org//1417943006 .
diff --git a/pubspec.yaml b/pubspec.yaml
index 0b4ae5c..ec57a49 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: dart2js_info
-version: 0.2.2
+version: 0.2.2+1
 description: >
   Libraries and tools to process data produced when running dart2js with
   --dump-info.
diff --git a/test/parse_test.dart b/test/parse_test.dart
index a9a5987..e3c6570 100644
--- a/test/parse_test.dart
+++ b/test/parse_test.dart
@@ -18,6 +18,7 @@
         },
         'holding': {},
         'program': {'size': 10},
+        'outputUnits': [],
       };
 
       expect(new AllInfoJsonCodec().decode(json).program.size, 10);