| Index: samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-modify-html.dart b/samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| index 64ebaa53bb482e04e957fc9e38ad66b50e512cae..8fc6c54bccfcf00e392eb3ece09f810111dd9673 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-modify-html.dart
|
| @@ -1,9 +1,9 @@
|
| -#library("dom_modify_html");
|
| -#import("dart:html");
|
| -#import("dart:json");
|
| -#import("dart:math", prefix: "Math");
|
| -#source("Common.dart");
|
| -#source("RunnerSuite.dart");
|
| +library dom_modify_html;
|
| +import 'dart:html';
|
| +import 'dart:json';
|
| +import 'dart:math' as Math;
|
| +part 'Common.dart';
|
| +part 'RunnerSuite.dart';
|
|
|
| void main() {
|
| final int num = 400;
|
|
|