summaryrefslogtreecommitdiff
path: root/lib/msan/tests/msan_test_config.h
blob: 5404c434d09f3b61a2049711cc96d5cdffe9b6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
//===-- msan_test_config.h ----------------------------------------*- C++ -*-===//
//
//                     The LLVM Compiler Infrastructure
//
// This file is distributed under the University of Illinois Open Source
// License. See LICENSE.TXT for details.
//
//===----------------------------------------------------------------------===//
//
// This file is a part of MemorySanitizer.
//
// MemorySanitizer unit tests.
//===----------------------------------------------------------------------===//

#ifndef MSAN_TEST_CONFIG_H
#define MSAN_TEST_CONFIG_H

#include "gtest/gtest.h"

#endif // MSAN_TEST_CONFIG_H