nodes_test_matchers.h 558 B

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