diff --git a/tests/runtime/common/js_primitive_ref_test.cpp b/tests/runtime/common/js_primitive_ref_test.cpp index 92c2adb9d86ce7eaf260ab34c69561d28c167b94..11509b15c57adcfd463ad1f50cb8c3da93fe7713 100644 --- a/tests/runtime/common/js_primitive_ref_test.cpp +++ b/tests/runtime/common/js_primitive_ref_test.cpp @@ -49,7 +49,7 @@ public: JSThread *thread; }; -TEST_F(JSPrimitiveRefTest, DISABLED_StringCreate) // issue #5368 +TEST_F(JSPrimitiveRefTest, StringCreate) { JSHandle hello(thread->GetEcmaVM()->GetFactory()->NewFromString("hello")); JSHandle str(JSPrimitiveRef::StringCreate(thread, hello));