| Index: pkg/analysis_server/tool/spec/generate_files
|
| diff --git a/pkg/analysis_server/tool/spec/generate_files b/pkg/analysis_server/tool/spec/generate_files
|
| index 3bc714f96e329c23a7857329b30d1098060851e7..00bb89df1522bd0e64d575566d2ab257b5f204bb 100755
|
| --- a/pkg/analysis_server/tool/spec/generate_files
|
| +++ b/pkg/analysis_server/tool/spec/generate_files
|
| @@ -10,6 +10,9 @@
|
| #
|
| # - ../../test/integration/protocol_matchers.dart: matchers to be used by
|
| # integration tests.
|
| +#
|
| +# - ../../test/integration/integration_test_methods.dart: convenience methods
|
| +# to be used by integration tests.
|
|
|
| set -e
|
|
|
| @@ -54,3 +57,4 @@ VM_OPTIONS+=("--package-root=${PKG_DIR}")
|
| cd "${SCRIPT_DIR}"
|
| "${DART}" "${VM_OPTIONS[@]}" "to_html.dart"
|
| "${DART}" "${VM_OPTIONS[@]}" "codegen_matchers.dart"
|
| +"${DART}" "${VM_OPTIONS[@]}" "codegen_inttest_methods.dart"
|
|
|