]> source.dussan.org Git - aspectj.git/commitdiff
fixing tests on linux
authoraclement <aclement>
Tue, 7 Dec 2010 19:27:17 +0000 (19:27 +0000)
committeraclement <aclement>
Tue, 7 Dec 2010 19:27:17 +0000 (19:27 +0000)
tests/multiIncremental/bug274558depending/base/src/r/DeclaresITD.aj

index b31740ed51d076996943d0a64b35aa6589f82a62..a5bf054d55c2926a25dcc0cd5f53411ffa873fcd 100644 (file)
@@ -1,6 +1,7 @@
 package r;
 
 public aspect DeclaresITD {
+
        public int InterfaceForITD.x = 9;
        
        public void InterfaceForITD.nothing(int x, int y, int z) {