mirror of
https://github.com/corda/corda.git
synced 2025-06-15 05:38:14 +00:00
bulk, global reformat
This commit is contained in:
@ -14,12 +14,11 @@
|
||||
|
||||
#include "test-harness.h"
|
||||
|
||||
|
||||
using namespace avian::codegen;
|
||||
using namespace vm;
|
||||
|
||||
|
||||
TEST(RegisterIterator) {
|
||||
TEST(RegisterIterator)
|
||||
{
|
||||
RegisterMask regs(0x55);
|
||||
assertEqual<unsigned>(0, regs.start);
|
||||
assertEqual<unsigned>(7, regs.limit);
|
||||
|
Reference in New Issue
Block a user