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