--- a/test/expr-unary.test.expected
+++ b/test/expr-unary.test.expected
@@ -8,4 +8,5 @@
  a := -a;
  a := +a;
  a := ~a;
+
 END_FUNCTION