Minor test naming/style corrections

This commit is contained in:
wechman
2022-11-07 23:16:02 +01:00
committed by Kamil Śliwak
parent b66cea175b
commit 52bfb8bd2d
2 changed files with 3 additions and 4 deletions
@@ -1673,7 +1673,7 @@ BOOST_AUTO_TEST_CASE(using_for)
contract C {
using L for S;
function test() public {
function pub() public {
S memory s = S(42);
s.ext();
@@ -1693,8 +1693,8 @@ BOOST_AUTO_TEST_CASE(using_for)
{"Entry", "function L.ext(struct S)"},
}},
{"C", {
{"Entry", "function C.test()"},
{"function C.test()", "function L.inr(struct S)"},
{"Entry", "function C.pub()"},
{"function C.pub()", "function L.inr(struct S)"},
}},
};
@@ -6,5 +6,4 @@ contract C {
y;
}
}
// ---
// ----