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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // ---- AUTO-GENERATED ------------------- 1 // ---- AUTO-GENERATED -------------------
2 // This file was autogenerated by running: 2 // This file was autogenerated by running:
3 // 3 //
4 // dart path/to/up_to_date_test.dart update 4 // dart path/to/up_to_date_test.dart update
5 // 5 //
6 // Do not edit this file by hand. 6 // Do not edit this file by hand.
7 // --------------------------------------- 7 // ---------------------------------------
8 8
9 library tests.compiler.dart2js.cps_ir.closures_10.dart; 9 library tests.compiler.dart2js.cps_ir.closures_16.dart;
10 10
11 import 'runner.dart'; 11 import 'runner.dart';
12 12
13 main(args) { 13 main(args) {
14 runTest("closures_10.dart", update: args.length > 0 && args[0] == "update"); 14 runTest("closures_16.dart", update: args.length > 0 && args[0] == "update");
15 } 15 }
OLDNEW
« 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