aboutsummaryrefslogtreecommitdiff
path: root/tests/base64/driver.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/base64/driver.cxx')
-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 195eaf0..1aa5b42 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 <= 1912
+#if defined(_MSC_VER) && _MSC_VER <= 1913
is.clear ();
#endif