diff options
author | Gabor Greif <ggreif@gmail.com> | 2010-07-20 19:35:55 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2010-07-20 19:35:55 +0000 |
commit | b3c90d96bd64c4b2b1b471b3c45bb119c526ca7b (patch) | |
tree | 917f607148a63b63c8cd1e1be35f2df0b8837ef1 /unittests/Support/Casting.cpp | |
parent | ee9886ed3dfac7b4459c9cb5bf8845b27e241792 (diff) |
tidy up
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108889 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/Casting.cpp')
-rw-r--r-- | unittests/Support/Casting.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/unittests/Support/Casting.cpp b/unittests/Support/Casting.cpp index 4e689ec1d2..68019ddc9a 100644 --- a/unittests/Support/Casting.cpp +++ b/unittests/Support/Casting.cpp @@ -1,4 +1,4 @@ -//===---------- llvm/unittest/Support/Casting.cpp - Casting tests --------===// +//===---------- llvm/unittest/Support/Casting.cpp - Casting tests ---------===// // // The LLVM Compiler Infrastructure // @@ -7,15 +7,13 @@ // //===----------------------------------------------------------------------===// -#include "llvm/Support/raw_ostream.h" -#include "llvm/Support/Debug.h" -//#define DEBUG_CAST_OPERATORS #include "llvm/Support/Casting.h" +#include "llvm/Support/Debug.h" +#include "llvm/Support/raw_ostream.h" #include "gtest/gtest.h" #include <cstdlib> - namespace llvm { // set up two example classes |