| Index: samples/swarm/swarm.dart
|
| diff --git a/samples/swarm/swarm.dart b/samples/swarm/swarm.dart
|
| index 66241f8e82b541e92756f719845401960b400c92..d44bd2be8419fc03e53fae74b6c538c3fee638d8 100644
|
| --- a/samples/swarm/swarm.dart
|
| +++ b/samples/swarm/swarm.dart
|
| @@ -2,9 +2,9 @@
|
| // 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.
|
|
|
| -#library('swarm');
|
| +library swarm;
|
|
|
| -#import('swarmlib.dart');
|
| +import 'swarmlib.dart';
|
|
|
| void main() {
|
| new Swarm().run();
|
|
|