diff options
author | Andy Clement <aclement@pivotal.io> | 2015-06-25 13:20:02 -0700 |
---|---|---|
committer | Andy Clement <aclement@pivotal.io> | 2015-06-25 13:20:02 -0700 |
commit | 451a29f0fd2e55e7e2c1e54a6ae9d01a42b7b128 (patch) | |
tree | 69e901acc4be576af1eb2f7a5253b54c1eaec7f7 /tests/bugs187/470663/run.sh | |
parent | 6b93a91e234dcf4286b168421fd88484d1c855ad (diff) | |
download | aspectj-451a29f0fd2e55e7e2c1e54a6ae9d01a42b7b128.tar.gz aspectj-451a29f0fd2e55e7e2c1e54a6ae9d01a42b7b128.zip |
AspectJ upgraded to Mars compiler
Diffstat (limited to 'tests/bugs187/470663/run.sh')
-rwxr-xr-x | tests/bugs187/470663/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/bugs187/470663/run.sh b/tests/bugs187/470663/run.sh new file mode 100755 index 000000000..30c7dfcaf --- /dev/null +++ b/tests/bugs187/470663/run.sh @@ -0,0 +1 @@ +ajc -nowarn -Xlint:ignore -encoding UTF-8 -1.7 -inpath inpath -outjar out.jar FilesAspect.aj
|