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

Unified Diff: test/codegen_test.dart

Issue 1945153002: Add corelib tests (Closed) Base URL: https://github.com/dart-lang/dev_compiler@master
Patch Set: error_test and range_error_test now pass 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
« no previous file with comments | « test/codegen/corelib/uri_test.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen_test.dart
diff --git a/test/codegen_test.dart b/test/codegen_test.dart
index 52dd5858b74c46873195821dbfdb75c3f88b7c09..805d4453bf8cff0cfe1cf691311ea996e3782be2 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -40,6 +40,7 @@ main(arguments) {
var expectDir = path.join(inputDir, 'expect');
var testDirs = [
'language',
+ 'corelib',
path.join('lib', 'typed_data'),
path.join('lib', 'html')
];
« no previous file with comments | « test/codegen/corelib/uri_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698