Remove the calculator test (#4093)

Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
This commit is contained in:
Ian Hickson 2016-05-21 10:41:41 -07:00
parent 5b8677d15d
commit cd19af8f59

View File

@ -19,7 +19,6 @@ flutter analyze --flutter-repo
(cd packages/flx; dart -c test/all.dart)
(cd dev/manual_tests; flutter test)
(cd examples/calculator; flutter test)
(cd examples/hello_world; flutter test)
(cd examples/layers; flutter test)
(cd examples/stocks; flutter test)