Skip to content

Commit

Permalink
[jumbo] add some missing cctest header guards
Browse files Browse the repository at this point in the history
Bug: chromium:746958
Change-Id: I0c1dfe1019b5324d322f5c7a6a2e6095c18f0b40
Reviewed-on: https://chromium-review.googlesource.com/676583
Reviewed-by: Clemens Hammacher <clemensh@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@opera.com>
Cr-Commit-Position: refs/heads/master@{#48106}
  • Loading branch information
mostynb authored and Commit Bot committed Sep 21, 2017
1 parent 6389b7e commit 2857dab
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/cctest/compiler/code-assembler-tester.h
Expand Up @@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_TEST_CCTEST_COMPILER_CODE_ASSEMBLER_TESTER_H_
#define V8_TEST_CCTEST_COMPILER_CODE_ASSEMBLER_TESTER_H_

#include "src/compiler/code-assembler.h"
#include "src/handles.h"
#include "src/interface-descriptors.h"
Expand Down Expand Up @@ -54,3 +57,5 @@ class CodeAssemblerTester {
} // namespace compiler
} // namespace internal
} // namespace v8

#endif // V8_TEST_CCTEST_COMPILER_CODE_ASSEMBLER_TESTER_H_
5 changes: 5 additions & 0 deletions test/cctest/interpreter/interpreter-tester.h
Expand Up @@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef V8_TEST_CCTEST_INTERPRETER_INTERPRETER_TESTER_H_
#define V8_TEST_CCTEST_INTERPRETER_INTERPRETER_TESTER_H_

#include "src/v8.h"

#include "src/api.h"
Expand Down Expand Up @@ -129,3 +132,5 @@ class InterpreterTester {
} // namespace interpreter
} // namespace internal
} // namespace v8

#endif // V8_TEST_CCTEST_INTERPRETER_INTERPRETER_TESTER_H_

0 comments on commit 2857dab

Please sign in to comment.