aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Support/Casting.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2010-07-20 19:35:55 +0000
committerGabor Greif <ggreif@gmail.com>2010-07-20 19:35:55 +0000
commitdd8ba3c275d21c4c5ea0da337a7c04610b2e3311 (patch)
tree1bbe97eb352bb345e526dd63ce391aea6b1477a5 /llvm/unittests/Support/Casting.cpp
parent660466ed42e0ed899f058a8f7621bd2693d387a6 (diff)
downloadllvm-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.cpp8
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