| Index: samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.dart b/samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.dart
|
| index 6d41e1411d05754762181b5370bd6835c621cc9d..4765f2d61d5f21b2f9a4569f80db268227072b9a 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-modify-htmlidiomatic.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;
|
|
|