2
0
mirror of https://github.com/boostorg/uuid.git synced 2026-01-19 04:42:16 +00:00

Fix typo in test file name

This commit is contained in:
Peter Dimov
2024-04-23 04:42:50 +03:00
parent a81ba56f1b
commit 6400ceb4d9
2 changed files with 1 additions and 1 deletions

View File

@@ -116,7 +116,7 @@ run test_detail_chacha20.cpp ;
# compile-fail tests
compile-fail compile-fail/random_provder_no_copy_ctor.cpp ;
compile-fail compile-fail/random_provider_no_copy_ctor.cpp ;
compile-fail compile-fail/random_provider_no_copy_assign.cpp ;
# test MSVC 12 (VS2013) optimizer bug with SIMD operations.