// 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/wasm/signature-hashing.h" #include "test/unittests/test-utils.h" namespace v8::internal::wasm::signature_hashing_unittest { #if V8_ENABLE_SANDBOX class WasmSignatureHashingTest : public TestWithPlatform { … }; TEST_F(WasmSignatureHashingTest, SignatureHashing) { … } #endif // V8_ENABLE_SANDBOX } // namespace v8::internal::wasm::signature_hashing_unittest