summaryrefslogtreecommitdiff
path: root/test/683-clinit-inline-static-invoke/src
diff options
context:
space:
mode:
Diffstat (limited to 'test/683-clinit-inline-static-invoke/src')
-rw-r--r--test/683-clinit-inline-static-invoke/src/Main.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/683-clinit-inline-static-invoke/src/Main.java b/test/683-clinit-inline-static-invoke/src/Main.java
index b4ccfaa95b..ceccffbd92 100644
--- a/test/683-clinit-inline-static-invoke/src/Main.java
+++ b/test/683-clinit-inline-static-invoke/src/Main.java
@@ -26,6 +26,6 @@ public class Main {
// TypeId in the current DexFile, we erroneously provided the type index from the
// declaring DexFile and that caused a crash. This was fixed by changing the
// ClinitCheck entrypoint to take the Class reference from LoadClass.
- int dummy = MyTimeZone.getDefaultTimeZoneType();
+ int placeholder = MyTimeZone.getDefaultTimeZoneType();
}
}