From cd19af8f59f46cbb6983a9715b694dd8019f2942 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Sat, 21 May 2016 10:41:41 -0700 Subject: [PATCH] Remove the calculator test (#4093) Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause. --- dev/bots/test.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/bots/test.sh b/dev/bots/test.sh index d40cb3db74..20310fa241 100755 --- a/dev/bots/test.sh +++ b/dev/bots/test.sh @@ -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)