Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-04-23 11:55:07 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2018-04-23 11:55:07 +0300
commit0c1015593f476fc7c7cc9d497f7b4f6a11819a8e (patch)
treee1c89fb03cdf7f5c382ca7f1f6b73c96be18e1dc /test/tests/file_handle_create_close
parent12e65bdbd981ac24b91af035cf0e1d73a1b4c4cb (diff)
Make errc AFIO namespace defined
Diffstat (limited to 'test/tests/file_handle_create_close')
-rw-r--r--test/tests/file_handle_create_close/runner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/tests/file_handle_create_close/runner.cpp b/test/tests/file_handle_create_close/runner.cpp
index 75e4088e..5b5043e7 100644
--- a/test/tests/file_handle_create_close/runner.cpp
+++ b/test/tests/file_handle_create_close/runner.cpp
@@ -30,8 +30,8 @@ template <class U> inline void file_handle_create_close_creation(U &&f)
using namespace KERNELTEST_V1_NAMESPACE;
using AFIO_V2_NAMESPACE::result;
using file_handle = AFIO_V2_NAMESPACE::file_handle;
- static const result<void> no_such_file_or_directory = std::errc::no_such_file_or_directory;
- static const result<void> file_exists = std::errc::file_exists;
+ static const result<void> no_such_file_or_directory = AFIO_V2_NAMESPACE::errc::no_such_file_or_directory;
+ static const result<void> file_exists = AFIO_V2_NAMESPACE::errc::file_exists;
/* Set up a permuter which for every one of these parameter values listed,
tests with the value using the input workspace which should produce outcome