// 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. #include "src/objects/objects-inl.h" #include "src/wasm/module-decoder.h" #include "src/wasm/wasm-engine.h" #include "src/wasm/wasm-features.h" #include "src/wasm/wasm-limits.h" #include "test/common/wasm/wasm-macro-gen.h" #include "test/unittests/test-utils.h" namespace v8::internal::wasm { class Memory64DecodingTest : public TestWithIsolateAndZone { … }; TEST_F(Memory64DecodingTest, MemoryLimitLEB64) { … } } // namespace v8::internal::wasm