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 | dd8ba3c275d21c4c5ea0da337a7c04610b2e3311 (patch) | |
tree | 1bbe97eb352bb345e526dd63ce391aea6b1477a5 /llvm/unittests/Support/Casting.cpp | |
parent | 660466ed42e0ed899f058a8f7621bd2693d387a6 (diff) | |
download | llvm-dd8ba3c275d21c4c5ea0da337a7c04610b2e3311.zip llvm-dd8ba3c275d21c4c5ea0da337a7c04610b2e3311.tar.gz llvm-dd8ba3c275d21c4c5ea0da337a7c04610b2e3311.tar.bz2 |
tidy up
llvm-svn: 108889
Diffstat (limited to 'llvm/unittests/Support/Casting.cpp')
-rw-r--r-- | llvm/unittests/Support/Casting.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/llvm/unittests/Support/Casting.cpp b/llvm/unittests/Support/Casting.cpp index 4e689ec..68019dd 100644 --- a/llvm/unittests/Support/Casting.cpp +++ b/llvm/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 |