Use same multi-source-syntax for test files

This commit is contained in:
Mathias Baumann
2020-09-15 12:44:02 +02:00
parent 3817515015
commit a1eb0f7225
2 changed files with 10 additions and 6 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
// ---- SOURCE: a
==== Source: a ====
/**This contract is empty*/ contract C {}
// ---- SOURCE: b
==== Source: b ====
/**This contract is empty
and has a line-breaking comment.*/
contract C {}
// ---- SOURCE: c
==== Source: c ====
contract C {
/** Some comment on state var.*/ uint public state;