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

Unified Diff: dart/tests/lib/crypto/base64_test.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 | « dart/tests/language/typed_message_test.dart ('k') | dart/tests/lib/crypto/hmac_md5_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/crypto/base64_test.dart
diff --git a/dart/tests/lib/crypto/base64_test.dart b/dart/tests/lib/crypto/base64_test.dart
index b78e7117e69ff8e49d0b2777cd18b819daa2d6b3..fd01871c3c4a2582af4ac2b3f35cde21eaf1053e 100644
--- a/dart/tests/lib/crypto/base64_test.dart
+++ b/dart/tests/lib/crypto/base64_test.dart
@@ -3,9 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
// Library tag to allow the test to run on Dartium.
-library base64_test;
+#library('base64_test');
-import "dart:crypto";
+#import("dart:crypto");
// Data from http://tools.ietf.org/html/rfc4648.
var inputs =
« no previous file with comments | « dart/tests/language/typed_message_test.dart ('k') | dart/tests/lib/crypto/hmac_md5_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698