xref: /aosp_15_r20/external/compiler-rt/lib/msan/tests/msan_test_config.h (revision 7c3d14c8b49c529e04be81a3ce6f5cc23712e4c6)
1 //===-- msan_test_config.h ----------------------------------------*- C++ -*-===//
2 //
3 //                     The LLVM Compiler Infrastructure
4 //
5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details.
7 //
8 //===----------------------------------------------------------------------===//
9 //
10 // This file is a part of MemorySanitizer.
11 //
12 // MemorySanitizer unit tests.
13 //===----------------------------------------------------------------------===//
14 
15 #ifndef MSAN_TEST_CONFIG_H
16 #define MSAN_TEST_CONFIG_H
17 
18 #include "gtest/gtest.h"
19 
20 #endif // MSAN_TEST_CONFIG_H
21