]> source.dussan.org Git - aspectj.git/commitdiff
AspectJ6: compiler is producing slightly different code, so suid is different......
authoraclement <aclement>
Wed, 16 Jan 2008 23:59:18 +0000 (23:59 +0000)
committeraclement <aclement>
Wed, 16 Jan 2008 23:59:18 +0000 (23:59 +0000)
tests/src/org/aspectj/systemtest/ajc151/serialversionuid.xml

index 544b976a8162d352e70f1ef910c32d10d0bf1c70..f7b05af63a466c9531fc50f127a7b2b82b0f89b1 100644 (file)
@@ -7,7 +7,7 @@
         <compile files="Basic.java" options="-1.5 -XaddSerialVersionUID"/>
         <run class="Basic">
           <stderr>
-             <line text="SerialVersionUID is 7052682057082172300"/>
+             <line text="SerialVersionUID is -7868414887470674287"/>
           </stderr>
         </run>
     </ajc-test>
@@ -18,7 +18,7 @@
         </compile>
         <run class="Basic">
           <stderr>
-             <line text="SerialVersionUID is 7052682057082172300"/>
+             <line text="SerialVersionUID is -7868414887470674287"/>
           </stderr>
         </run>
     </ajc-test>
@@ -29,7 +29,7 @@
         </compile>
         <run class="BigHorribleClass">
           <stderr>
-             <line text="SerialVersionUID is 6512414869923012873"/>
+             <line text="SerialVersionUID is -3425710461209091702"/>
           </stderr>
         </run>
     </ajc-test>