commit | 90328ac545f65759a8e4fb217a75332906795518 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Wed May 18 12:25:38 2016 +0100 |
committer | Roland Levillain <rpl@google.com> | Wed May 18 12:25:38 2016 +0100 |
tree | 8429852d0d40d1b7cdc69249fa98cf079c000003 | |
parent | cd38fb20995d8fa7fc6979335d038d7eaac24745 [diff] [blame] |
Catch classes inheriting from themselves in the class linker. Bug: 28685551 Bug: 27682580 Bug: 28830038 Change-Id: If568013bf3c82c1df9b282522712d9af5ca5945d
diff --git a/test/804-class-extends-itself/expected.txt b/test/804-class-extends-itself/expected.txt new file mode 100644 index 0000000..b98f963 --- /dev/null +++ b/test/804-class-extends-itself/expected.txt
@@ -0,0 +1,2 @@ +Caught ClassCircularityError +Done!