| Index: samples/third_party/dromaeo/tests/dom-traverse-html.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-traverse-html.dart b/samples/third_party/dromaeo/tests/dom-traverse-html.dart
|
| index 6eedef8a76fdd7a2908a8d50f7eee8a014e17715..916aa0ae78319ce910cc30d47187473ade86015c 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-traverse-html.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-traverse-html.dart
|
| @@ -1,9 +1,9 @@
|
| -#library("dom_traverse");
|
| -#import("dart:html");
|
| -#import('../common/common.dart');
|
| -#import("dart:math", prefix: "Math");
|
| -#source("Common.dart");
|
| -#source("RunnerSuite.dart");
|
| +library dom_traverse;
|
| +import 'dart:html';
|
| +import '../common/common.dart';
|
| +import 'dart:math' as Math;
|
| +part 'Common.dart';
|
| +part 'RunnerSuite.dart';
|
|
|
|
|
| void main() {
|
|
|