Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit 86cf4ac

Browse files
committed
Move macro call
During development of the v28 support we re-ordered some macro calls, so as not to hold up an external contributor with triviality I acked and merged as it was. Put the macro calls in the same order so that when one diffs `v27_api.rs` and `v28_api.rs` there are no false positives in the diff. Internal change only.
1 parent 383ec94 commit 86cf4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration_test/tests/v28_api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ use integration_test::*;
88
mod blockchain {
99
use super::*;
1010

11-
impl_test_v17__getblockchaininfo!();
1211
impl_test_v17__getbestblockhash!();
1312
impl_test_v17__getblock_verbosity_0!();
1413
impl_test_v17__getblock_verbosity_1!();
14+
impl_test_v17__getblockchaininfo!();
1515
}
1616

1717
// == Control ==

0 commit comments

Comments
 (0)