Skip to content
Snippets Groups Projects
Commit 77bc7d53 authored by Jean-Romain Garnier's avatar Jean-Romain Garnier Committed by Chris Lamb
Browse files

Fix tests using javap tools

Excepted output was missing checksum values
parent e30e18e9
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,17 @@
length of file comment: 0 characters
disk number on which file begins: disk 1
apparent file type: binary
@@ -20,16 +20,16 @@
@@ -1,8 +1,8 @@
- SHA-256 checksum ca6bb78f123647bf5fe7d869a959a63d0ef869fb1044e4271bb61b61fe30a69e
+ SHA-256 checksum eeb197e12d3a700cdaad1ba86cd87b18c1e83106749ce96facc5adefbf501a44
public class com.example.MainActivity extends android.app.Activity
minor version: 0
major version: 49
flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: #2 // com/example/MainActivity
super_class: #4 // android/app/Activity
interfaces: 0, fields: 0, methods: 2, attributes: 0
@@ -21,16 +21,16 @@
#12 = Methodref #4.#11 // android/app/Activity.onCreate:(Landroid/os/Bundle;)V
#13 = Integer 2130903040
#14 = Float 1.7412887E38f
......
@@ -34,13 +34,13 @@
@@ -1,8 +1,8 @@
- SHA-256 checksum 1320bc60b3c655240463c7e8be150ddcacdd52c22bc618527198d9185f74fa37
+ SHA-256 checksum 5b5ebbd1e4ffb6d650a3e8789564f45b0e6f6f70abf147a0f38dec7e8acb1d33
Compiled from "Test.java"
class Test
minor version: 0
major version: 50
flags: (0x0020) ACC_SUPER
this_class: #2 // Test
super_class: #3 // java/lang/Object
@@ -35,13 +35,13 @@
line 1: 0
public static int main(java.lang.String[]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment