Fix bug in test case that made it fail to compile in non-debug mode.
authorlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 2 Jun 2010 11:05:06 +0000 (11:05 +0000)
committerlrn@chromium.org <lrn@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 2 Jun 2010 11:05:06 +0000 (11:05 +0000)
commitc3b4097f28e432a7beea13579322a56d4c80f8de
tree7f10b96da002d94190a3a36e690b8030d616de84
parent9fc31e1fed36b3c1d1f4fd751dd9cf2083fb7324
Fix bug in test case that made it fail to compile in non-debug mode.
Using ASSERT_EQ instead of CHECK_EQ means that a variable becomes unused.

Review URL: http://codereview.chromium.org/2475003

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4785 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/cctest/test-strings.cc