Skip to content

Commit 22960c2

Browse files
committed
fix typo
1 parent 56519d2 commit 22960c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

consensus/cryptonight-rs/src/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ fn test_main_block2_jh_on_ubuntu22() {
4646
// add a test for ubuntu22
4747
// add -Ofast in build.rs, this test will failed on unbuntu22
4848
// the data is gen from verify_header_test_barnard_block3_ubuntu22
49-
// The test with 'ofast' flag passes using clang compiler under ubuntu22, but fails with using gcc
49+
// The test with 'Ofast' flag passes using clang compiler under ubuntu22, but fails with using gcc
5050
#[test]
5151
fn test_barnard_block3_on_ubuntu22() {
5252
let data = TestCase {

0 commit comments

Comments
 (0)