Skip to content

Commit 83595c4

Browse files
committed
tests use -std=c++20
1 parent 8e2e92c commit 83595c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/tests/SingleFile.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ class SingleFile
3333
{
3434
std::vector<std::string> cmds;
3535
cmds.emplace_back("clang");
36+
cmds.emplace_back("-std=c++20");
3637
cmds.emplace_back(file);
3738
cc_.emplace_back(
3839
dir,

0 commit comments

Comments
 (0)