// Copyright 2015 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 "test/unittests/test-utils.h" #include "src/init/v8.h" #include "src/objects/objects-inl.h" #include "src/wasm/function-body-decoder.h" #include "src/wasm/wasm-module-builder.h" #include "test/common/wasm/test-signatures.h" namespace v8 { namespace internal { namespace wasm { class WasmModuleBuilderTest : public TestWithZone { … }; TEST_F(WasmModuleBuilderTest, Regression_647329) { … } } // namespace wasm } // namespace internal } // namespace v8