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

Unified Diff: sky/examples/widgets/sector.dart

Issue 1182223004: Add a test for the sector app. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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 | « no previous file | sky/tests/examples/sector.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/widgets/sector.dart
diff --git a/sky/examples/widgets/sector.dart b/sky/examples/widgets/sector.dart
index ff0ff60b73468982cd3de96d5ec6e91118bcce8b..1bf38a3e3258a9cb422f93574473618160498b85 100644
--- a/sky/examples/widgets/sector.dart
+++ b/sky/examples/widgets/sector.dart
@@ -28,7 +28,7 @@ RenderBox initCircle() {
class SectorApp extends App {
RenderBoxToRenderSectorAdapter sectors = initCircle();
- math.Random rand = new math.Random();
+ math.Random rand = new math.Random(1);
void addSector() {
double deltaTheta;
« no previous file with comments | « no previous file | sky/tests/examples/sector.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698