Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(831)

Unified Diff: samples/third_party/dromaeo/tests/dom-attr-html.dart

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « samples/third_party/dromaeo/common/common.dart ('k') | samples/third_party/dromaeo/tests/dom-attr-htmlidiomatic.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698