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

Unified Diff: tests/lib/analyzer/test_config.dart

Issue 14426006: Rename dart:typeddata to dart:typed_data. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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/isolate/typed_data_message_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/analyzer/test_config.dart
diff --git a/tests/lib/analyzer/test_config.dart b/tests/lib/analyzer/test_config.dart
index c944979ddece2567f484fc07c1cfb6bd041c5a57..1a385d678414ad6053b96e388d2e40178d15073f 100644
--- a/tests/lib/analyzer/test_config.dart
+++ b/tests/lib/analyzer/test_config.dart
@@ -9,7 +9,7 @@ import '../../../tools/testing/dart/test_suite.dart';
class AnalyzeLibraryTestSuite extends DartcCompilationTestSuite {
final libraries = [ 'async', 'core', 'crypto', 'io', 'isolate', 'json',
- 'math', 'mirrors', 'typeddata', 'uri',
+ 'math', 'mirrors', 'typed_data', 'uri',
'utf' ];
AnalyzeLibraryTestSuite(Map configuration)
« no previous file with comments | « tests/isolate/typed_data_message_test.dart ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698