Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / unittests / Support / FileOutputBufferTest.cpp
index 2ce9e71f8527ef779e404df5d84074a406040499..aec3524bb4a75842629f1cf7758d9f4549357b7c 100644 (file)
@@ -16,6 +16,7 @@
 
 using namespace llvm;
 using namespace llvm::sys;
 
 using namespace llvm;
 using namespace llvm::sys;
+using std::error_code;
 
 #define ASSERT_NO_ERROR(x) \
   if (error_code ASSERT_NO_ERROR_ec = x) { \
 
 #define ASSERT_NO_ERROR(x) \
   if (error_code ASSERT_NO_ERROR_ec = x) { \