| 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));
|
| -}
|
|
|