Update KAPT stubs for tests
Update expected outputs so they match the new sorting rules.
This commit is contained in:
committed by
Yan Zhulanow
parent
3b2986f069
commit
dfdd107fc0
+4
-4
@@ -4,6 +4,10 @@ import java.lang.System;
|
||||
public final class CrashMe {
|
||||
private final int resources = 1;
|
||||
|
||||
public CrashMe() {
|
||||
super();
|
||||
}
|
||||
|
||||
public final int getResources() {
|
||||
return 0;
|
||||
}
|
||||
@@ -12,8 +16,4 @@ public final class CrashMe {
|
||||
public final java.lang.String getResources() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public CrashMe() {
|
||||
super();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user