[test] Update syntax test.

This commit is contained in:
Alexander Arlt 2021-07-27 22:22:28 -05:00
parent 7b8279966e
commit fac1c81ab4

View File

@ -6,7 +6,6 @@ contract A {
} }
} }
// ---- // ----
// UnimplementedFeatureError: Fixed point types not implemented.
// Warning 5667: (52-60): Unused function parameter. Remove or comment out the variable name to silence this warning. // Warning 5667: (52-60): Unused function parameter. Remove or comment out the variable name to silence this warning.
// Warning 5667: (62-74): Unused function parameter. Remove or comment out the variable name to silence this warning. // Warning 5667: (62-74): Unused function parameter. Remove or comment out the variable name to silence this warning.
// Warning 2072: (93-104): Unused local variable. // Warning 2072: (93-104): Unused local variable.