aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/unit/test.mak
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/test.mak')
-rw-r--r--test/unit/test.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/test.mak b/test/unit/test.mak
index fc4bb1671..42b17e556 100644
--- a/test/unit/test.mak
+++ b/test/unit/test.mak
@@ -6,7 +6,7 @@ EXE = unitTest.exe
INCLUDEDIRS = /I../../include /I../../src /I../../lexlib
-CXXFLAGS = /EHsc /std:c++latest /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS)
+CXXFLAGS = /EHsc /std:c++17 /D_HAS_AUTO_PTR_ETC=1 /wd 4805 $(INCLUDEDIRS)
# Files in this directory containing tests
TESTSRC=test*.cxx