We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56519d2 commit 22960c2Copy full SHA for 22960c2
consensus/cryptonight-rs/src/tests.rs
@@ -46,7 +46,7 @@ fn test_main_block2_jh_on_ubuntu22() {
46
// add a test for ubuntu22
47
// add -Ofast in build.rs, this test will failed on unbuntu22
48
// 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
+// The test with 'Ofast' flag passes using clang compiler under ubuntu22, but fails with using gcc
50
#[test]
51
fn test_barnard_block3_on_ubuntu22() {
52
let data = TestCase {
0 commit comments