Chromium Code Reviews| Index: tools/testing/dart/multitest.dart |
| diff --git a/tools/testing/dart/multitest.dart b/tools/testing/dart/multitest.dart |
| index 02535797c7a6c89cdbcbb73cf65abb26d3b5da09..0ea5d22833f1c22d7bbefac941b07017ddd699b6 100644 |
| --- a/tools/testing/dart/multitest.dart |
| +++ b/tools/testing/dart/multitest.dart |
| @@ -4,6 +4,8 @@ |
| #library("multitest"); |
| +#import("dart:io"); |
| + |
| // Multitests are Dart test scripts containing lines of the form |
| // " [some dart code] /// [key]: [error type]" |
| // |