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

Unified Diff: tests/standalone/typed_array_test.dart

Issue 11343037: Switch to old library syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 2 months 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
« no previous file with comments | « tests/standalone/standalone.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/typed_array_test.dart
diff --git a/tests/standalone/typed_array_test.dart b/tests/standalone/typed_array_test.dart
index 9d0adf3b2eb790c369c39a5bdf6d09d275418a84..993b232724d98fd899e0b00e63a97c7093330ebf 100644
--- a/tests/standalone/typed_array_test.dart
+++ b/tests/standalone/typed_array_test.dart
@@ -5,9 +5,9 @@
// Dart test program for testing native float arrays.
// Library tag to be able to run in html test framework.
-library TypedArrayTest;
-import 'dart:isolate';
-import 'dart:scalarlist';
+#library('TypedArray');
+#import('dart:isolate');
+#import('dart:scalarlist');
void main() {
int8_receiver();
« no previous file with comments | « tests/standalone/standalone.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698