brintos

brintos / llvm-project-archived public Read only

0
0
Text · 643 B · df906e3 Raw
20 lines · c
1//===-- msan_test_config.h ----------------------------------------*- C++ -*-===//2//3// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.4// See https://llvm.org/LICENSE.txt for license information.5// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception6//7//===----------------------------------------------------------------------===//8//9// This file is a part of MemorySanitizer.10//11// MemorySanitizer unit tests.12//===----------------------------------------------------------------------===//13 14#ifndef MSAN_TEST_CONFIG_H15#define MSAN_TEST_CONFIG_H16 17#include "gtest/gtest.h"18 19#endif // MSAN_TEST_CONFIG_H20