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