diff options
author | aclement <aclement> | 2006-05-18 08:04:07 +0000 |
---|---|---|
committer | aclement <aclement> | 2006-05-18 08:04:07 +0000 |
commit | 21720a06321ea83f9969e8be58c520480fca4b09 (patch) | |
tree | 94f2ac5ff6ac276e630c89bad08be80d33ec8822 | |
parent | 84601d8cc7f6a8ffc559a332763502d3688f52cc (diff) | |
download | aspectj-21720a06321ea83f9969e8be58c520480fca4b09.tar.gz aspectj-21720a06321ea83f9969e8be58c520480fca4b09.zip |
testcode for 138171
-rw-r--r-- | tests/multiIncremental/PR138171/base/A.aj | 3 | ||||
-rw-r--r-- | tests/multiIncremental/PR138171/base/res.txt | 1 | ||||
-rw-r--r-- | tests/multiIncremental/PR138171/inc1/A.aj | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/tests/multiIncremental/PR138171/base/A.aj b/tests/multiIncremental/PR138171/base/A.aj new file mode 100644 index 000000000..821cff951 --- /dev/null +++ b/tests/multiIncremental/PR138171/base/A.aj @@ -0,0 +1,3 @@ +public aspect A { + +}
\ No newline at end of file diff --git a/tests/multiIncremental/PR138171/base/res.txt b/tests/multiIncremental/PR138171/base/res.txt new file mode 100644 index 000000000..7f77dedc5 --- /dev/null +++ b/tests/multiIncremental/PR138171/base/res.txt @@ -0,0 +1 @@ +I am a resource
\ No newline at end of file diff --git a/tests/multiIncremental/PR138171/inc1/A.aj b/tests/multiIncremental/PR138171/inc1/A.aj new file mode 100644 index 000000000..821cff951 --- /dev/null +++ b/tests/multiIncremental/PR138171/inc1/A.aj @@ -0,0 +1,3 @@ +public aspect A { + +}
\ No newline at end of file |