// Copyright 2022 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. #include "src/strings/unicode.h" #include "src/third_party/utf8-decoder/generalized-utf8-decoder.h" #include "src/third_party/utf8-decoder/utf8-decoder.h" #include "test/cctest/cctest.h" namespace v8 { namespace internal { namespace wasm { namespace test_wasm_strings { struct Utf8Decoder { … }; struct GeneralizedUtf8Decoder { … }; struct DecodingOracle { … }; TEST(GeneralizedUTF8Decode) { … } } // namespace test_wasm_strings } // namespace wasm } // namespace internal } // namespace v8