mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Minor test naming/style corrections
This commit is contained in:
parent
b66cea175b
commit
52bfb8bd2d
@ -1673,7 +1673,7 @@ BOOST_AUTO_TEST_CASE(using_for)
|
|||||||
contract C {
|
contract C {
|
||||||
using L for S;
|
using L for S;
|
||||||
|
|
||||||
function test() public {
|
function pub() public {
|
||||||
S memory s = S(42);
|
S memory s = S(42);
|
||||||
|
|
||||||
s.ext();
|
s.ext();
|
||||||
@ -1693,8 +1693,8 @@ BOOST_AUTO_TEST_CASE(using_for)
|
|||||||
{"Entry", "function L.ext(struct S)"},
|
{"Entry", "function L.ext(struct S)"},
|
||||||
}},
|
}},
|
||||||
{"C", {
|
{"C", {
|
||||||
{"Entry", "function C.test()"},
|
{"Entry", "function C.pub()"},
|
||||||
{"function C.test()", "function L.inr(struct S)"},
|
{"function C.pub()", "function L.inr(struct S)"},
|
||||||
}},
|
}},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -6,5 +6,4 @@ contract C {
|
|||||||
y;
|
y;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// ---
|
|
||||||
// ----
|
// ----
|
||||||
|
Loading…
Reference in New Issue
Block a user