| Index: dart/samples/swarm/swarm.dart
|
| diff --git a/dart/samples/swarm/swarm.dart b/dart/samples/swarm/swarm.dart
|
| index d44bd2be8419fc03e53fae74b6c538c3fee638d8..66241f8e82b541e92756f719845401960b400c92 100644
|
| --- a/dart/samples/swarm/swarm.dart
|
| +++ b/dart/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();
|
|
|