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

Side by Side Diff: tests/compiler/dart2js/cps_ir/constructor_15_test.dart

Issue 1671073002: dart2js cps: Pull SetFields into field initializer arguments. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Disable tracing of LetCont Created 4 years, 10 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
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.constructor_10.dart; 9 library tests.compiler.dart2js.cps_ir.constructor_15.dart;
10 10
11 import 'runner.dart'; 11 import 'runner.dart';
12 12
13 main(args) { 13 main(args) {
14 runTest("constructor_10.dart", update: args.length > 0 && args[0] == "update") ; 14 runTest("constructor_15.dart", update: args.length > 0 && args[0] == "update") ;
15 } 15 }
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/codegen/task.dart ('k') | tests/compiler/dart2js/cps_ir/expected/constructor_15.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698