aboutsummaryrefslogtreecommitdiff
path: root/tests/base64
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base64')
-rw-r--r--tests/base64/driver.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/base64/driver.cxx b/tests/base64/driver.cxx
index 1aa5b42..a9a6313 100644
--- a/tests/base64/driver.cxx
+++ b/tests/base64/driver.cxx
@@ -40,7 +40,7 @@ encode (const string& i, const string& o)
// VC15 seekg() doesn't clear eofbit.
//
-#if defined(_MSC_VER) && _MSC_VER <= 1913
+#if defined(_MSC_VER) && _MSC_VER <= 1914
is.clear ();
#endif