From 2f454c20060a95d78e82b079d66641ffbd13aa7d Mon Sep 17 00:00:00 2001
From: jhugunin <jhugunin>
Date: Wed, 18 Dec 2002 03:25:18 +0000
Subject: dominates -> declare dominates

---
 tests/new/MultiDispatchCp.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'tests/new')

diff --git a/tests/new/MultiDispatchCp.java b/tests/new/MultiDispatchCp.java
index b500ed4a7..a373bab55 100644
--- a/tests/new/MultiDispatchCp.java
+++ b/tests/new/MultiDispatchCp.java
@@ -68,7 +68,7 @@ aspect MultiCall extends Multi {
 
 // dominates should have no effect as call join points
 // always come before executions
-aspect MultiExec extends Multi dominates MultiCall {
+aspect MultiExec extends Multi { declare dominates: MultiExec, MultiCall;
     public static boolean enabled = false;
 
     String getPrefix() { return "exec"; }
-- 
cgit v1.2.3