Index: test/cctest/test-serialize.cc |
diff --git a/test/cctest/test-serialize.cc b/test/cctest/test-serialize.cc |
index 7e46bbd538f6f102158533176a5a6d601823c74c..5431e0b8b705d986c3aace7a528e2b5dd710b7f8 100644 |
--- a/test/cctest/test-serialize.cc |
+++ b/test/cctest/test-serialize.cc |
@@ -349,7 +349,7 @@ static void SanityCheck() { |
CHECK(isolate->global_object()->IsJSObject()); |
CHECK(isolate->native_context()->IsContext()); |
CHECK(CcTest::heap()->string_table()->IsStringTable()); |
- isolate->factory()->InternalizeOneByteString(STATIC_ASCII_VECTOR("Empty")); |
+ isolate->factory()->InternalizeOneByteString(STATIC_CHAR_VECTOR("Empty")); |
} |