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

Unified Diff: pkg/dev_compiler/test/codegen_test.dart

Issue 3004073002: Remove corelib/corelib_strong and migrate last two remaining tests. (Closed)
Patch Set: Created 3 years, 4 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: pkg/dev_compiler/test/codegen_test.dart
diff --git a/pkg/dev_compiler/test/codegen_test.dart b/pkg/dev_compiler/test/codegen_test.dart
index 99c9f08b737e70dcfd0f4ed3b5f6a9ace0b4f579..471038289c68fac53f8959c39afef5ee1cc3daf4 100644
--- a/pkg/dev_compiler/test/codegen_test.dart
+++ b/pkg/dev_compiler/test/codegen_test.dart
@@ -87,7 +87,7 @@ main(List<String> arguments) {
var sharedCompiler = new ModuleCompiler(new AnalyzerOptions.basic(
dartSdkSummaryPath: sdkSummaryFile, summaryPaths: summaryPaths));
- var testDirs = ['language', 'corelib', 'lib'];
+ var testDirs = ['language', 'corelib_2', 'lib'];
// Copy all of the test files and expanded multitest files to
// gen/codegen_tests. We'll compile from there.

Powered by Google App Engine
This is Rietveld 408576698