Skip to content

Commit

Permalink
disabling error_code_test for <cxxstd>1z
Browse files Browse the repository at this point in the history
  • Loading branch information
zajo committed Sep 24, 2024
1 parent 00aec6d commit 87cc0b0
Showing 1 changed file 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 @@ -70,7 +70,7 @@ run diagnostics_test4.cpp ;
run diagnostics_test5.cpp ;
run e_errno_test.cpp ;
run e_LastError_test.cpp ;
run error_code_test.cpp ;
run error_code_test.cpp : <cxxstd>1z:<build>no ;
run error_id_test.cpp ;
run exception_test.cpp ;
run exception_to_result_test.cpp ;
Expand Down

0 comments on commit 87cc0b0

Please sign in to comment.