Skip to content

Commit

Permalink
Fix typo in test file name
Browse files Browse the repository at this point in the history
  • Loading branch information
pdimov committed Apr 23, 2024
1 parent a81ba56 commit 6400ceb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Jamfile.v2
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6400ceb

Please sign in to comment.