Commit 6bec75ad authored by Hixie's avatar Hixie

Add a test for the sector app.

This also moves the test for stocks into a new tests/examples/
directory, where we can put tests that test the examples.

TBR=abarth

Review URL: https://codereview.chromium.org/1182223004.
parent 11332601
...@@ -28,7 +28,7 @@ RenderBox initCircle() { ...@@ -28,7 +28,7 @@ RenderBox initCircle() {
class SectorApp extends App { class SectorApp extends App {
RenderBoxToRenderSectorAdapter sectors = initCircle(); RenderBoxToRenderSectorAdapter sectors = initCircle();
math.Random rand = new math.Random(); math.Random rand = new math.Random(1);
void addSector() { void addSector() {
double deltaTheta; double deltaTheta;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment