From aa557a28af6ccb3bc0aa427665d5ec615d61d546 Mon Sep 17 00:00:00 2001 From: aclement Date: Wed, 29 Oct 2008 20:27:48 +0000 Subject: [PATCH] moved to 163 --- tests/bugs161/pr173978/Test.java | 7 ------- tests/bugs161/pr173978/TestAroundAspect.java | 6 ------ 2 files changed, 13 deletions(-) delete mode 100644 tests/bugs161/pr173978/Test.java delete mode 100644 tests/bugs161/pr173978/TestAroundAspect.java diff --git a/tests/bugs161/pr173978/Test.java b/tests/bugs161/pr173978/Test.java deleted file mode 100644 index 459d3cd20..000000000 --- a/tests/bugs161/pr173978/Test.java +++ /dev/null @@ -1,7 +0,0 @@ -public class Test{ - public void sayHello(String message){ - System.out.println(message); - } -} - - diff --git a/tests/bugs161/pr173978/TestAroundAspect.java b/tests/bugs161/pr173978/TestAroundAspect.java deleted file mode 100644 index 9a884dd63..000000000 --- a/tests/bugs161/pr173978/TestAroundAspect.java +++ /dev/null @@ -1,6 +0,0 @@ -public aspect TestAroundAspect{ - void around(): execution(void Test.sayHello(String)){ - proceed(); - } -} - -- 2.39.5