// Copyright 2020 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifdef V8_INTL_SUPPORT #include <stdlib.h> #include "include/v8-isolate.h" #include "include/v8-local-handle.h" #include "src/objects/objects-inl.h" #include "test/unittests/test-utils.h" #include "testing/gtest/include/gtest/gtest.h" #include "unicode/locid.h" class ApiIcuTest : public v8::TestWithContext { … }; TEST_F(ApiIcuTest, LocaleConfigurationChangeNotification) { … } #endif // V8_INTL_SUPPORT