From 28be9980407bc011a2bb4170bfe7334c050e2e91 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 11 Jan 2023 23:52:27 +0100 Subject: [tests] Added `ant test.ecj19` and updated tests Tests updated because ecj finally fixed their pretty printer for records, yay! --- buildScripts/tests.ant.xml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'buildScripts/tests.ant.xml') diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index 00e9aeb2..27795dea 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -216,16 +216,21 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + + + + + + -- cgit