Status: New Owner: ----New issue 1341 by [email protected]: CHECK_EQ used wrong in RegExp (test-api.cc)
http://code.google.com/p/v8/issues/detail?id=1341
Same as issue 1275, just a different test (rest of description just copy+pasted)
Usage should be CHECK_EQ(expected, actual), but it's being used as CHECK_EQ(actual, expected).
Obviously not terrible, but when tests fail that makes the output unexpected.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
