| Index: tool/browser_test.sh
|
| diff --git a/tool/browser_test.sh b/tool/browser_test.sh
|
| index a6bf1365916bab5823371b87c7d78f2256f6cc28..ffef3712348803b263cf76b9b7e218596d9d5cf7 100755
|
| --- a/tool/browser_test.sh
|
| +++ b/tool/browser_test.sh
|
| @@ -33,7 +33,5 @@ if [[ "$OSTYPE" == "linux-gnu" ]] && [[ -z "$CHROME_CANARY_BIN" ]]; then
|
| fi
|
| fi
|
|
|
| -find test/codegen/expect/language/ -name "*.js" | sort | xargs cat > test/codegen/expect/language-all.js
|
| -find test/codegen/expect/lib/typed_data/ -name "*.js" | sort | xargs cat > test/codegen/expect/lib-typed_data-all.js
|
| npm install
|
| npm test
|
|
|