| Index: tests/language/export_ambiguous_main_negative_test.dart
|
| diff --git a/pkg/shadow_dom/lib/src/platform/platform-init.js b/tests/language/export_ambiguous_main_negative_test.dart
|
| similarity index 73%
|
| copy from pkg/shadow_dom/lib/src/platform/platform-init.js
|
| copy to tests/language/export_ambiguous_main_negative_test.dart
|
| index 4e83afc8c5fafb541d0e44d97fbd3621ddba5040..6087c676ce56467fa333094d58c77e909128b5e7 100644
|
| --- a/pkg/shadow_dom/lib/src/platform/platform-init.js
|
| +++ b/tests/language/export_ambiguous_main_negative_test.dart
|
| @@ -2,4 +2,5 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -var Platform = {};
|
| +export 'export_ambiguous_main_a.dart';
|
| +export 'export_ambiguous_main_b.dart';
|
|
|