Commit fb991aaf authored by adamk@chromium.org's avatar adamk@chromium.org

Updated runtime function counts after r21243

TBR=verwaest@chromium.org

Review URL: https://codereview.chromium.org/275143002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21245 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent fb70df07
......@@ -24,8 +24,8 @@ THIS_SCRIPT = os.path.relpath(sys.argv[0])
# 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 = 339
EXPECTED_FUZZABLE_COUNT = 316
EXPECTED_FUNCTION_COUNT = 338
EXPECTED_FUZZABLE_COUNT = 315
EXPECTED_CCTEST_COUNT = 6
EXPECTED_UNKNOWN_COUNT = 5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment