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

Unified Diff: tests/compiler/dart2js/cps_ir/input/operators2_2.dart

Issue 1560963002: Do TypePropagation again after inlining (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: fix tests 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
Index: tests/compiler/dart2js/cps_ir/input/operators2_2.dart
diff --git a/tests/compiler/dart2js/cps_ir/input/operators2_2.dart b/tests/compiler/dart2js/cps_ir/input/operators2_2.dart
index 56bebd9c0d82132e0e465dac91f3dee9d2799c57..f38e96714482294e957b11656a8aa1daa8c0336a 100644
--- a/tests/compiler/dart2js/cps_ir/input/operators2_2.dart
+++ b/tests/compiler/dart2js/cps_ir/input/operators2_2.dart
@@ -1,5 +1,7 @@
+// Method to test: function(foo)
foo(a) => ~a;
main() {
+ print(foo.toString());
print(foo(1));
print(foo(10));
}
« no previous file with comments | « tests/compiler/dart2js/cps_ir/input/operators2_1.dart ('k') | tests/compiler/dart2js/cps_ir/input/operators2_7.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698