mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
[gardening] Mark reloaded files as other resources.
This way, they'll be copied to the output directory and can be loaded appropriately by the reload test. This fixes https://github.com/dart-lang/sdk/issues/35506. Change-Id: Id297703679068ae674b93b6adf0015bb966a6e33 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/97512 Reviewed-by: Ben Konyi <bkonyi@google.com> Commit-Queue: Ben Konyi <bkonyi@google.com>
This commit is contained in:
parent
461d965d82
commit
8e0bb64bd1
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
// Copyright (c) 2018, the Dart project authors. Please see the AUTHORS file
|
||||
// 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.
|
||||
//
|
||||
// OtherResources=simple_reload/v1/main.dart simple_reload/v2/main.dart
|
||||
|
||||
import 'test_helper.dart';
|
||||
import 'dart:async';
|
||||
|
|
Loading…
Reference in a new issue