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