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); |