commit | 386062d13ce20d036555a9e24b73a67b4156b5cb | [log] [tgz] |
---|---|---|
author | Calin Juravle <calin@google.com> | Wed Oct 07 18:55:43 2015 +0100 |
committer | Calin Juravle <calin@google.com> | Thu Oct 08 14:18:39 2015 +0100 |
tree | 6003846384f7aa5a8f6d8819926482034b70efb5 | |
parent | e53fb5582f8f6ece5d0ce3b9c0d5b1cdb654b254 [diff] [blame] |
Make sure classes with different access checks are not GVN-ed Change-Id: I89f72fef3be35a4dd9585d97d03a3150386e0891
diff --git a/test/536-checker-needs-access-check/src2/other/InaccessibleClass.java b/test/536-checker-needs-access-check/src2/other/InaccessibleClass.java index ac804ac..2732263 100644 --- a/test/536-checker-needs-access-check/src2/other/InaccessibleClass.java +++ b/test/536-checker-needs-access-check/src2/other/InaccessibleClass.java
@@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 The Android Open Source Project + * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.