| Index: tools/generate-runtime-tests.py
|
| diff --git a/tools/generate-runtime-tests.py b/tools/generate-runtime-tests.py
|
| index c37ecca352e98d5d4d16104034cfe8030ff9991b..7bf873642eba38642ac405bcb984446c3315c7ee 100755
|
| --- a/tools/generate-runtime-tests.py
|
| +++ b/tools/generate-runtime-tests.py
|
| @@ -47,11 +47,11 @@ EXPAND_MACROS = [
|
| # that the parser doesn't bit-rot. Change the values as needed when you add,
|
| # remove or change runtime functions, but make sure we don't lose our ability
|
| # to parse them!
|
| -EXPECTED_FUNCTION_COUNT = 426
|
| -EXPECTED_FUZZABLE_COUNT = 329
|
| +EXPECTED_FUNCTION_COUNT = 427
|
| +EXPECTED_FUZZABLE_COUNT = 330
|
| EXPECTED_CCTEST_COUNT = 7
|
| EXPECTED_UNKNOWN_COUNT = 16
|
| -EXPECTED_BUILTINS_COUNT = 813
|
| +EXPECTED_BUILTINS_COUNT = 809
|
|
|
|
|
| # Don't call these at all.
|
|
|