| Index: tests/standalone/src/TimerCancelTest.dart
|
| diff --git a/tests/standalone/src/TimerCancelTest.dart b/tests/standalone/src/TimerCancelTest.dart
|
| index 837f9c3463f4473433044e27a4cacb944202d15d..6a6219cced9f24d85a9e1e1545cce74d0ec13008 100644
|
| --- a/tests/standalone/src/TimerCancelTest.dart
|
| +++ b/tests/standalone/src/TimerCancelTest.dart
|
| @@ -1,7 +1,9 @@
|
| -// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
| +// Copyright (c) 2012, 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.
|
|
|
| +#import("dart:io");
|
| +
|
| class TimerCancelTest {
|
|
|
| static void testSimpleTimer() {
|
|
|