chromium/v8/test/unittests/interpreter/bytecode-source-info-unittest.cc

// Copyright 2016 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/init/v8.h"

#include "src/interpreter/bytecode-source-info.h"
#include "test/unittests/test-utils.h"

namespace v8 {
namespace internal {
namespace interpreter {

TEST(BytecodeSourceInfo, Operations) {}

}  // namespace interpreter
}  // namespace internal
}  // namespace v8