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

Unified Diff: test/codegen/sunflower/sunflower.dart

Issue 1096353002: Remove workaround (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Rebase test expectations Created 5 years, 8 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 | « test/codegen/expect/sunflower/sunflower.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/sunflower/sunflower.dart
diff --git a/test/codegen/sunflower/sunflower.dart b/test/codegen/sunflower/sunflower.dart
index c683b576ed417980748a83fe489668884d6ba8e1..bf140b188d51e00df6a56064bd27ebf2e6a9cb0a 100644
--- a/test/codegen/sunflower/sunflower.dart
+++ b/test/codegen/sunflower/sunflower.dart
@@ -12,9 +12,8 @@ const SEED_RADIUS = 2;
const SCALE_FACTOR = 4;
const TAU = PI * 2;
const MAX_D = 300;
-// TODO(sigmund): remove `num` here, this is to workaround dartbug.com/22937
-const num centerX = MAX_D / 2;
-const num centerY = centerX;
+const centerX = MAX_D / 2;
+const centerY = centerX;
Element querySelector(String selector) => document.querySelector(selector);
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698