Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
nanne007 committed Nov 23, 2021
1 parent f76dc3a commit fc5c4f9
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions vm/functional-tests/tests/testsuite/u256/test_u256_gas.move
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ script {
}
}

//check: "gas_used: 31743"
// check: gas_used
// check: 31743

//! new-transaction

Expand All @@ -19,7 +20,8 @@ script {
}


//check: "gas_used: 31709"
//check: gas_used
// check: 31709

//! new-transaction

Expand All @@ -30,7 +32,8 @@ script {
}

}
// check: "gas_used: 28804"
// check: gas_used
// check: 28804

//! new-transaction

Expand All @@ -41,7 +44,8 @@ script {
let _ = U256::from_little_endian(Vector::singleton(1u8));
}
}
// check: "gas_used: 24514"
// check: gas_used
// check: 31329

//! new-transaction
script {
Expand All @@ -54,7 +58,7 @@ script {
}
}
// check: gas_used
// check: 182112
// check: 62764



Expand All @@ -69,7 +73,7 @@ script {
}
}
// check: gas_used
// check: 183488
// check: 62764



Expand Down Expand Up @@ -99,6 +103,6 @@ script {
}
}
// check: gas_used
// check: 62768
// check: 62770


0 comments on commit fc5c4f9

Please sign in to comment.