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

Unified Diff: dart/tests/lib/crypto/hmac_md5_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/lib/crypto/base64_test.dart ('k') | dart/tests/lib/crypto/hmac_sha1_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/crypto/hmac_md5_test.dart
diff --git a/dart/tests/lib/crypto/hmac_md5_test.dart b/dart/tests/lib/crypto/hmac_md5_test.dart
index bd25531954fee651287be8847a83798bd3b2ee88..e8101c68a24452e742c7bd2086846d71ded1a3d0 100644
--- a/dart/tests/lib/crypto/hmac_md5_test.dart
+++ b/dart/tests/lib/crypto/hmac_md5_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 hmac_md5_test;
+#library('hmac_md5_test');
-import "dart:crypto";
+#import("dart:crypto");
// Data from http://tools.ietf.org/html/rfc2202.
var hmac_md5_inputs =
« no previous file with comments | « dart/tests/lib/crypto/base64_test.dart ('k') | dart/tests/lib/crypto/hmac_sha1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698