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

Unified Diff: tests/compiler/dart2js/cps_ir/expected/operators2_7.js

Issue 1668913002: dart2js cps: More aggressive operator specialization. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update test expectations 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 side-by-side diff with in-line comments
Download patch
Index: tests/compiler/dart2js/cps_ir/expected/operators2_7.js
diff --git a/tests/compiler/dart2js/cps_ir/expected/operators2_7.js b/tests/compiler/dart2js/cps_ir/expected/operators2_7.js
index 9faff59c99f566c8ae494eef910168056b785880..6d3749f7857632d9c599dccd7e35ac77052a9c96 100644
--- a/tests/compiler/dart2js/cps_ir/expected/operators2_7.js
+++ b/tests/compiler/dart2js/cps_ir/expected/operators2_7.js
@@ -1,6 +1,8 @@
// Expectation for test:
+// import 'package:expect/expect.dart';
+//
// // Method to test: function(foo)
-// foo(a) => a ~/ 13;
+// @NoInline() foo(a) => a ~/ 13;
// main() {
// print(foo.toString());
// print(foo(5));
« no previous file with comments | « tests/compiler/dart2js/cps_ir/expected/operators2_6.js ('k') | tests/compiler/dart2js/cps_ir/expected/operators2_8.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698