Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / compiler-rt / lib / msan / tests / msan_test_config.h
blobdf906e30bf31237fe7e3959c148fbbf4ec49d066
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-exception
6 //
7 //===----------------------------------------------------------------------===//
8 //
9 // This file is a part of MemorySanitizer.
11 // MemorySanitizer unit tests.
12 //===----------------------------------------------------------------------===//
14 #ifndef MSAN_TEST_CONFIG_H
15 #define MSAN_TEST_CONFIG_H
17 #include "gtest/gtest.h"
19 #endif // MSAN_TEST_CONFIG_H