summaryrefslogtreecommitdiff
path: root/test/137-cfi/src-multidex/Base.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/137-cfi/src-multidex/Base.java')
-rw-r--r--test/137-cfi/src-multidex/Base.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/137-cfi/src-multidex/Base.java b/test/137-cfi/src-multidex/Base.java
index 986a3c2226..6b9282c61c 100644
--- a/test/137-cfi/src-multidex/Base.java
+++ b/test/137-cfi/src-multidex/Base.java
@@ -15,7 +15,7 @@
*/
public abstract class Base {
- public void runTest() throws Exception {
+ public void $noinline$runTest() throws Exception {
// Conditionally throw exception to prevent the compiler from inlining the code.
if (!this.getClass().getName().equals("Main")) {
throw new Exception("Who is calling?");