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

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

Issue 11028027: Revert trunk to bleeding_edge at r12484 (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Created 8 years, 2 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-sockets.cc ('k') | test/cctest/testcfg.py » ('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 5a9ccbb5790732cb0b42528860867bcbafa811be..4557100e7ab1d1ec288d1135d0986ffb8264093c 100644
--- a/test/cctest/test-strings.cc
+++ b/test/cctest/test-strings.cc
@@ -11,7 +11,6 @@
#include "api.h"
#include "factory.h"
-#include "objects.h"
#include "cctest.h"
#include "zone-inl.h"
@@ -709,9 +708,3 @@ TEST(StringReplaceAtomTwoByteResult) {
v8::Local<v8::String> expected = v8_str("ascii\x80only\x80string\x80");
CHECK(expected->Equals(result));
}
-
-
-TEST(IsAscii) {
- CHECK(String::IsAscii(static_cast<char*>(NULL), 0));
- CHECK(String::IsAscii(static_cast<uc16*>(NULL), 0));
-}
« no previous file with comments | « test/cctest/test-sockets.cc ('k') | test/cctest/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698