Skip to content

Commit ce1d164

Browse files
Use C++ 20 for test
1 parent a3786d3 commit ce1d164

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests-ffi/tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function run_ffi_test() {
4747
build_output=$(basename "$file" ".cxx")
4848
file_name=$(basename "$file")
4949

50-
$clang_cxx "$file" -l"$sqlite_lib" "$static_lib_path" -o "$build_dir/$build_output"
50+
$clang_cxx "$file" -l"$sqlite_lib" "$static_lib_path" -o "$build_dir/$build_output" -std=c++20
5151
echo
5252
echo -e -n "\e[0;32m[+] Test for $file_name:\e[0;37m"
5353

0 commit comments

Comments
 (0)