From 6932b29acba4163e4df260d7099c0ccfda8f4b02 Mon Sep 17 00:00:00 2001 From: Rado Kirov Date: Wed, 27 Jan 2016 11:19:56 -0800 Subject: [PATCH] chore(ci): bump up the error count for dart DDC. --- scripts/ci/build_dart_ddc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ci/build_dart_ddc.sh b/scripts/ci/build_dart_ddc.sh index 120da8e7b6..4ecd04331a 100755 --- a/scripts/ci/build_dart_ddc.sh +++ b/scripts/ci/build_dart_ddc.sh @@ -12,7 +12,7 @@ cd $SCRIPT_DIR/../.. # Variables DDC_TOTAL_WARNING_CAP="1000" -DDC_TOTAL_ERROR_CAP="2" +DDC_TOTAL_ERROR_CAP="6" DDC_DIR=`pwd`/tmp/dev_compiler DDC_VERSION="0.1.14"