| Index: tests/standalone/package/test_folder/packages/folder_lib.dart
|
| diff --git a/lib/html/templates/html/dartium/cpp_derived_sources.template b/tests/standalone/package/test_folder/packages/folder_lib.dart
|
| similarity index 70%
|
| copy from lib/html/templates/html/dartium/cpp_derived_sources.template
|
| copy to tests/standalone/package/test_folder/packages/folder_lib.dart
|
| index c2f6b9c1eb09ed4d884de37b55bceaeb6685fcd8..ed8467435a18c743a9433884cd6539e8288a6b6c 100644
|
| --- a/lib/html/templates/html/dartium/cpp_derived_sources.template
|
| +++ b/tests/standalone/package/test_folder/packages/folder_lib.dart
|
| @@ -2,8 +2,8 @@
|
| // 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.
|
|
|
| -// WARNING: Do not edit - generated code.
|
| +library folder_lib;
|
|
|
| -#define NO_IMPLICIT_ATOMICSTRING
|
| +// This file is spawned from package_isolate_test.dart
|
|
|
| -$!INCLUDES
|
| +int count = 0;
|
|
|