Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: test/cctest/test-strings.cc

Issue 11759008: Introduce ENABLE_LATIN_1 compile flag (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Fix FilterASCII Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/cctest/test-heap.cc ('k') | test/mjsunit/regress/regress-latin-1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/test-strings.cc
diff --git a/test/cctest/test-strings.cc b/test/cctest/test-strings.cc
index b7ce9acd70ad0de9e9f673f34ade2ac0e8d5b626..0d2971b5ba31e09a7f75fd3af630e0479eea40ea 100644
--- a/test/cctest/test-strings.cc
+++ b/test/cctest/test-strings.cc
@@ -1273,5 +1273,5 @@ TEST(StringReplaceAtomTwoByteResult) {
TEST(IsAscii) {
CHECK(String::IsAscii(static_cast<char*>(NULL), 0));
- CHECK(String::IsAscii(static_cast<uc16*>(NULL), 0));
+ CHECK(String::IsOneByte(static_cast<uc16*>(NULL), 0));
}
« no previous file with comments | « test/cctest/test-heap.cc ('k') | test/mjsunit/regress/regress-latin-1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698