summaryrefslogtreecommitdiffstats
path: root/lldb/unittests/Utility/ScalarTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/unittests/Utility/ScalarTest.cpp')
-rw-r--r--lldb/unittests/Utility/ScalarTest.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/unittests/Utility/ScalarTest.cpp b/lldb/unittests/Utility/ScalarTest.cpp
index 54012d8d059..3a955e9a668 100644
--- a/lldb/unittests/Utility/ScalarTest.cpp
+++ b/lldb/unittests/Utility/ScalarTest.cpp
@@ -16,7 +16,9 @@
#include "llvm/Testing/Support/Error.h"
using namespace lldb_private;
-using namespace llvm;
+using llvm::APInt;
+using llvm::Failed;
+using llvm::Succeeded;
template <typename T>
bool checkInequality(T c1, T c2) {
OpenPOWER on IntegriCloud