| Index: dart/frog/leg/tools/find_file_to_parse.sh
|
| diff --git a/dart/frog/leg/tools/find_file_to_parse.sh b/dart/frog/leg/tools/find_file_to_parse.sh
|
| index f13943bd6efc80dcf4e567ff64a39cda81f70a2f..3fd450d02816f9a4602850d10b09e2095ae5611c 100755
|
| --- a/dart/frog/leg/tools/find_file_to_parse.sh
|
| +++ b/dart/frog/leg/tools/find_file_to_parse.sh
|
| @@ -28,8 +28,15 @@ find .. \( \
|
| -o -name ClassKeywordTest.dart \
|
| -o -name Prefix19NegativeTest.dart \
|
| -o -name Operator2NegativeTest.dart \
|
| + -o -name 02_1_Class_Construction_A16_t02.dart \
|
| + -o -name 02_1_Class_Construction_A19_t01.dart \
|
| + -o -name 02_2_Interface_A02_t02.dart \
|
| + -o -name 13_4_Interface_Types_A04_t01.dart \
|
| + -o -name 13_4_Interface_Types_A04_t02.dart \
|
| + -o -name MapLiteral2Test.dart \
|
| -o \( -type d -name xcodebuild \) \
|
| -o \( -type d -name out \) \
|
| + -o \( -type d -name await \) \
|
| \) -prune -o \
|
| -name \*.dart -type f -print \
|
| | grep -v /editor/tools/plugins/com.google.dart.tools.core_test/src/com/google/dart/tools/core/internal/model/testsource/ClassTest.dart \
|
|
|