diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/harness/aspectpath/Main.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/harness/aspectpath/Main.java b/tests/harness/aspectpath/Main.java index 15b5d742e..56ca7f6a2 100644 --- a/tests/harness/aspectpath/Main.java +++ b/tests/harness/aspectpath/Main.java @@ -1,5 +1,8 @@ public class Main { + static { + System.setProperty("A.before", "false"); + } public static void main(String[] args) { if (!Boolean.getBoolean("A.before")) { throw new Error("property A.before not set by aspect A.java"); |