]> source.dussan.org Git - aspectj.git/commitdiff
fixed expected error line
authorjhugunin <jhugunin>
Mon, 30 Dec 2002 19:14:37 +0000 (19:14 +0000)
committerjhugunin <jhugunin>
Mon, 30 Dec 2002 19:14:37 +0000 (19:14 +0000)
tests/new/UnterminatedDeclareErrorCE.java

index ad4f228becce6a83e01a50e5bfb3c82dd6add3c6..46a7e339177e278c9d1af810e115fcb736c7f9eb 100644 (file)
@@ -1,8 +1,8 @@
 
 /** @testcase expect CE for unterminated declare error */
 aspect UnterminatedDeclareErrorCE {
-    declare error : execution(void run()) : "error" // CE 7
-}
+    declare error : execution(void run()) : "error" 
+}// CE 5
 
 class C {
     // bug - get CE here if uncommented, but declare error unterminated