| Index: samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart
|
| diff --git a/samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart b/samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart
|
| index e40eaf29484cdf604f9a12040442da1abf45628b..5b96bf0c014015520898567bbd9de282d1fbf7e0 100644
|
| --- a/samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart
|
| +++ b/samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart
|
| @@ -1,9 +1,9 @@
|
| -#library("dom_attr_html");
|
| -#import("dart:html");
|
| -#import("dart:json");
|
| -#import("dart:math", prefix: "Math");
|
| -#source("Common.dart");
|
| -#source("RunnerSuite.dart");
|
| +library dom_attr_html;
|
| +import 'dart:html';
|
| +import 'dart:json';
|
| +import 'dart:math' as Math;
|
| +part 'Common.dart';
|
| +part 'RunnerSuite.dart';
|
|
|
| void main() {
|
| final int num = 10240;
|
|
|