| 123456789101112 |
- // Part of the Carbon Language project, under the Apache License v2.0 with LLVM
- // Exceptions. See /LICENSE for license information.
- // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
- #ifndef CARBON_TOOLCHAIN_SEMANTICS_NODES_TEST_MATCHERS_H_
- #define CARBON_TOOLCHAIN_SEMANTICS_NODES_TEST_MATCHERS_H_
- // This is a wrapper header that only aggregates all nodes into a single, common
- // header so that the list is centralized.
- #include "toolchain/semantics/nodes/function_test_matchers.h"
- #endif // CARBON_TOOLCHAIN_SEMANTICS_NODES_TEST_MATCHERS_H_
|