aboutsummaryrefslogtreecommitdiff
path: root/test/core/src/lombok/RunTestsViaDelombok.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/src/lombok/RunTestsViaDelombok.java')
-rw-r--r--test/core/src/lombok/RunTestsViaDelombok.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/src/lombok/RunTestsViaDelombok.java b/test/core/src/lombok/RunTestsViaDelombok.java
index a8f88757..52653e2e 100644
--- a/test/core/src/lombok/RunTestsViaDelombok.java
+++ b/test/core/src/lombok/RunTestsViaDelombok.java
@@ -57,8 +57,8 @@ public class RunTestsViaDelombok extends AbstractRunTests {
delombok.setSourcepath(file.getAbsoluteFile().getParent());
delombok.setWriter(result);
Locale originalLocale = Locale.getDefault();
- Locale.setDefault(Locale.ENGLISH);
try {
+ Locale.setDefault(Locale.ENGLISH);
delombok.delombok();
} finally {
Locale.setDefault(originalLocale);