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

Unified Diff: test/codegen_test.dart

Issue 1965563003: Update dart:convert and dart:core Uri. (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index b6a8da2fd6d55835e5a0db19f7c4bee97e629916..8caec39a38a5e658e1716c93104fbd3e5d1f523f 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -41,8 +41,9 @@ main(arguments) {
var testDirs = [
'language',
'corelib',
- path.join('lib', 'typed_data'),
- path.join('lib', 'html')
+ path.join('lib', 'convert'),
+ path.join('lib', 'html'),
+ path.join('lib', 'typed_data')
];
var multitests = expandMultiTests(testDirs, filePattern);

Powered by Google App Engine
This is Rietveld 408576698