summaryrefslogtreecommitdiff
path: root/test/ctor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/ctor.cc')
-rw-r--r--test/ctor.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ctor.cc b/test/ctor.cc
index d7cad34..0c3acfd 100644
--- a/test/ctor.cc
+++ b/test/ctor.cc
@@ -18,7 +18,7 @@ BuildConfigurations ctorTestConfigs()
"../src/execute.cc",
},
.cxxflags = {
- "-std=c++17", "-O3", "-s", "-Wall", "-Werror",
+ "-std=c++20", "-O3", "-s", "-Wall", "-Werror",
"-I../src", "-Iuunit",
"-DOUTPUT=\"execute\"",
},
@@ -33,7 +33,7 @@ BuildConfigurations ctorTestConfigs()
},
.depends = {"libctor.a"},
.cxxflags = {
- "-std=c++17", "-O3", "-s", "-Wall", "-Werror",
+ "-std=c++20", "-O3", "-s", "-Wall", "-Werror",
"-I../src", "-Iuunit",
"-DOUTPUT=\"tasks\"",
},
@@ -48,7 +48,7 @@ BuildConfigurations ctorTestConfigs()
},
.depends = {"libctor.a"},
.cxxflags = {
- "-std=c++17", "-O3", "-s", "-Wall", "-Werror",
+ "-std=c++20", "-O3", "-s", "-Wall", "-Werror",
"-I../src", "-Iuunit",
"-DOUTPUT=\"source_type\"",
},