| Index: samples/third_party/dromaeo/tests/dom-query-html.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-query-html.dart b/samples/third_party/dromaeo/tests/dom-query-html.dart
|
| index 15a20ac1ab98d3c9ade75c12b5f38dcc04f551e8..e0c2311e22367515e6005e406d2cfb54c1cda583 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-query-html.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-query-html.dart
|
| @@ -1,9 +1,9 @@
|
| -#library("dom_query");
|
| -#import("dart:html");
|
| -#import('../common/common.dart');
|
| -#import("dart:math", prefix: "Math");
|
| -#source("Common.dart");
|
| -#source("RunnerSuite.dart");
|
| +library dom_query;
|
| +import 'dart:html';
|
| +import '../common/common.dart';
|
| +import 'dart:math' as Math;
|
| +part 'Common.dart';
|
| +part 'RunnerSuite.dart';
|
|
|
| void main() {
|
| final int num = 40;
|
|
|