| 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 =
|
|
|