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

Unified Diff: tests/compiler/dart2js/cps_ir/closures_16_test.dart

Issue 1589503003: Add new cps_ir test omitted from last cl (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/compiler/dart2js/cps_ir/closures_16_test.dart
diff --git a/tests/compiler/dart2js/cps_ir/closures_10_test.dart b/tests/compiler/dart2js/cps_ir/closures_16_test.dart
similarity index 69%
copy from tests/compiler/dart2js/cps_ir/closures_10_test.dart
copy to tests/compiler/dart2js/cps_ir/closures_16_test.dart
index e5d99a8ae4123b547047d5840a4b5cb6c159bfad..6b359ecc80abd0249ed592ec51cb35b7e0f8011e 100644
--- a/tests/compiler/dart2js/cps_ir/closures_10_test.dart
+++ b/tests/compiler/dart2js/cps_ir/closures_16_test.dart
@@ -6,10 +6,10 @@
// Do not edit this file by hand.
// ---------------------------------------
-library tests.compiler.dart2js.cps_ir.closures_10.dart;
+library tests.compiler.dart2js.cps_ir.closures_16.dart;
import 'runner.dart';
main(args) {
- runTest("closures_10.dart", update: args.length > 0 && args[0] == "update");
+ runTest("closures_16.dart", update: args.length > 0 && args[0] == "update");
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698