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

Unified Diff: test/codegen_test.dart

Issue 2033543002: Wire up class hierarchy for recursive inheritance (Closed) Base URL: git@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
« no previous file with comments | « test/codegen/type_no_hoisting.dart ('k') | tool/input_sdk/private/ddc_runtime/classes.dart » ('j') | 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 8855b7770cfc7b0b1d3f20109279f97bbad777f4..c7f1486d1ef40b4fd7fec2e35ad5f874d2cd4988 100644
--- a/test/codegen_test.dart
+++ b/test/codegen_test.dart
@@ -85,7 +85,7 @@ main(List<String> arguments) {
path.join('lib', 'convert'),
path.join('lib', 'html'),
path.join('lib', 'math'),
- path.join('lib', 'typed_data')
+ path.join('lib', 'typed_data'),
];
// Copy all of the test files and expanded multitest files to
« no previous file with comments | « test/codegen/type_no_hoisting.dart ('k') | tool/input_sdk/private/ddc_runtime/classes.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698