Commit cbc10638 authored by yann300's avatar yann300

fix test

parent e7d48971
...@@ -9,90 +9,46 @@ module.exports = { ...@@ -9,90 +9,46 @@ module.exports = {
c, c,
d d
} }
bool b1; bool b1 = false;
address a1; address a1 = 0xfe350f199f244ac9a79038d254400b632a633225;
bool b2; bool b2 = true;
bytes dynb1; bytes dynb1 = 'dynamicbytes';
byte stab; byte stab = 0x1;
bytes1 stab1; bytes1 stab1 = 0x12;
bytes2 stab2; bytes2 stab2 = 0x1579;
bytes3 stab3; bytes3 stab3 = 0x359356;
bytes4 stab4; bytes4 stab4 = 0x2375;
bytes5 stab5; bytes5 stab5 = 0x2357645;
bytes6 stab6; bytes6 stab6 = 0x324435;
bytes7 stab7; bytes7 stab7 = 0x324324;
bytes8 stab8; bytes8 stab8 = 0x324554645765;
bytes9 stab9; bytes9 stab9 = 0x3434543;
bytes10 stab10; bytes10 stab10 = 0x4543543654657;
bytes11 stab11; bytes11 stab11 = 0x54354654;
bytes12 stab12; bytes12 stab12 = 0x3;
bytes13 stab13; bytes13 stab13 = 0x3243242345435;
bytes14 stab14; bytes14 stab14 = 0x32454354354353;
bytes15 stab15; bytes15 stab15 = 0x32454434435;
bytes16 stab16; bytes16 stab16 = 0x3245435444;
bytes17 stab17; bytes17 stab17 = 0x32454343243243245;
bytes18 stab18; bytes18 stab18 = 0x324534325435435;
bytes19 stab19; bytes19 stab19 = 0x324543435435435;
bytes20 stab20; bytes20 stab20 = 0x32454543543AB35;
bytes21 stab21; bytes21 stab21 = 0x32454432423435;
bytes22 stab22; bytes22 stab22 = 0x324543AEF5;
bytes23 stab23; bytes23 stab23 = 0x3245435FFF;
bytes24 stab24; bytes24 stab24 = 0x3245435F;
bytes25 stab25; bytes25 stab25 = 0x3245435F;
bytes26 stab26; bytes26 stab26 = 0x3245435F;
bytes27 stab27; bytes27 stab27 = 0x3245FFFFFFF;
bytes28 stab28; bytes28 stab28 = 0x3241235;
bytes29 stab29; bytes29 stab29 = 0x325213213;
bytes30 stab30; bytes30 stab30 = 0x3245435232423;
bytes31 stab31; bytes31 stab31 = 0x3245435123;
bytes32 stab32; bytes32 stab32 = 0x324324423432543543AB;
enum1 enumDec; enum1 enumDec = enum1.d;
string str1; string str1 = 'short';
string str2; string str2 = 'long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long';
function byteStorage () {
b1 = false;
a1 = 0xfe350f199f244ac9a79038d254400b632a633225;
b2 = true;
dynb1 = 'dynamicbytes';
stab = 0x1;
stab1 = 0x12;
stab2 = 0x1579;
stab3 = 0x359356;
stab4 = 0x2375;
stab5 = 0x2357645;
stab6 = 0x324435;
stab7 = 0x324324;
stab8 = 0x324554645765;
stab9 = 0x3434543;
stab10 = 0x4543543654657;
stab11 = 0x54354654;
stab12 = 0x3;
stab13 = 0x3243242345435;
stab14 = 0x32454354354353;
stab15 = 0x32454434435;
stab16 = 0x3245435444;
stab17 = 0x32454343243243245;
stab18 = 0x324534325435435;
stab19 = 0x324543435435435;
stab20 = 0x32454543543AB35;
stab21 = 0x32454432423435;
stab22 = 0x324543AEF5;
stab23 = 0x3245435FFF;
stab24 = 0x3245435F;
stab25 = 0x3245435F;
stab26 = 0x3245435F;
stab27 = 0x3245FFFFFFF;
stab28 = 0x3241235;
stab29 = 0x325213213;
stab30 = 0x3245435232423;
stab31 = 0x3245435123;
stab32 = 0x324324423432543543AB;
enumDec = enum1.d;
str1 = 'short';
str2 = 'long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long__long';
}
} }
`, `,
storage: { storage: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment