aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support/ConstantRangeTest.cpp
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-09-06 02:31:26 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-09-06 02:31:26 +0000
commit46e124668a4ad86df1a554d3209e8597498b25bf (patch)
tree32d49dbcaf67ca964842d744ea4e2059d1eaa794 /unittests/Support/ConstantRangeTest.cpp
parent8f78a58e14fa754cde827e46ad03f00c7a6ead01 (diff)
Simplify, now that gtest supports raw_ostream directly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81102 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Support/ConstantRangeTest.cpp')
-rw-r--r--unittests/Support/ConstantRangeTest.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/unittests/Support/ConstantRangeTest.cpp b/unittests/Support/ConstantRangeTest.cpp
index 6532b56bb9..6b8d01d553 100644
--- a/unittests/Support/ConstantRangeTest.cpp
+++ b/unittests/Support/ConstantRangeTest.cpp
@@ -8,7 +8,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/ConstantRange.h"
-#include "llvm/Support/raw_os_ostream.h"
#include "gtest/gtest.h"