| Index: test/data/input/main_code_in_dart_file.dart
|
| diff --git a/test/data/input/main_code_in_dart_file.dart b/test/data/input/main_code_in_dart_file.dart
|
| index 23f6e8078be5f80fef6eec8deb4e110948307b43..585534bc328ddab5554f84e8cb3bd42529eca1d6 100644
|
| --- a/test/data/input/main_code_in_dart_file.dart
|
| +++ b/test/data/input/main_code_in_dart_file.dart
|
| @@ -2,7 +2,7 @@ library main;
|
|
|
| import 'dart:html';
|
| import 'package:web_components/watcher.dart';
|
| -import '../input/common.dart';
|
| +import 'common.dart';
|
|
|
| main() {
|
| topLevelVar = "hello";
|
|
|