.
This commit is contained in:
@@ -117,16 +117,14 @@ TEST(Bytecode, Code)
|
||||
|
||||
// function definitions
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
|
||||
0x01, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00,
|
||||
0x02, 0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00,
|
||||
|
||||
// code
|
||||
0x68, 0x54, 0x42,
|
||||
};
|
||||
|
||||
/*
|
||||
ByteArray ba = Bytecode::generate(bp);
|
||||
ASSERT_EQ(ba.data(), expected);
|
||||
*/
|
||||
}
|
||||
|
||||
TEST(Bytecode, Parsing)
|
||||
|
||||
Reference in New Issue
Block a user