| Index: tests/compiler/dart2js_extra/panda_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/panda_test.dart b/tests/compiler/dart2js_extra/panda_test.dart
|
| index 3b3995390b8af919534ff8f8d51df71616352788..793a5ab148d1266c041de508bcda38ef85252190 100644
|
| --- a/tests/compiler/dart2js_extra/panda_test.dart
|
| +++ b/tests/compiler/dart2js_extra/panda_test.dart
|
| @@ -3,6 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| library panda_test;
|
| +import "package:expect/expect.dart";
|
| import 'panda_lib.dart' as p;
|
|
|
| void main() {
|
|
|