| Index: tool/test.sh
|
| diff --git a/tool/test.sh b/tool/test.sh
|
| index 66240d60d69c0c450fb22072c8a92064bbe38c82..bdb67ca8ab5b88d8e7df6b7a1f1d1e09ebcbf48c 100755
|
| --- a/tool/test.sh
|
| +++ b/tool/test.sh
|
| @@ -42,8 +42,7 @@ dart -c test/all_tests.dart || fail
|
|
|
| # validate codegen_test output
|
| pushd test/codegen/ &> /dev/null
|
| -rm -r actual/dev_compiler/ actual/server_mode/dev_compiler/ \
|
| - actual/sunflower/dev_compiler
|
| +rm -r actual/dev_compiler/ actual/sunflower/dev_compiler
|
| diff $DIFF_ARGS > /dev/null || show_diff
|
| popd &> /dev/null
|
|
|
|
|