[NFC][Coroutines] Use structured binding with llvm::enumerate in CoroSplit (#116879)
[llvm-project.git] / lldb / unittests / gtest_common.h
blob3a92123a9498736b597f32fe47e0f719559a0295
1 #ifndef LLDB_UNITTESTS_GTEST_COMMON_H
3 #define LLDB_UNITTESTS_GTEST_COMMON_H
5 //===-- gtest_common.h ------------------------------------------*- C++ -*-===//
6 //
7 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
8 // See https://llvm.org/LICENSE.txt for license information.
9 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
11 //===----------------------------------------------------------------------===//
13 #if defined(LLDB_GTEST_COMMON_H)
14 #error "gtest_common.h should not be included manually."
15 #else
16 #define LLDB_GTEST_COMMON_H
17 #endif
19 // This header file is force included by all of LLDB's unittest compilation
20 // units. Be very leary about putting anything in this file.
22 #endif