Skip to content

Commit

Permalink
JACOBIN-602 Commented out the inclusion of java/util/HexFormat.<clini…
Browse files Browse the repository at this point in the history
…t>()V in justReturn.go, so that we can see what needs to be done to have tests that depend on HexFormat work correctly.
  • Loading branch information
platypusguy committed Nov 13, 2024
1 parent 0dafb61 commit acce1bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/config/buildno.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

package config

var BuildNo = 3240
var BuildNo = 3241
10 changes: 5 additions & 5 deletions src/gfunction/justReturn.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ func Load_Just_Return() {
GFunction: justReturn,
}

MethodSignatures["java/util/HexFormat.<clinit>()V"] =
GMeth{
ParamSlots: 0,
GFunction: justReturn,
}
// MethodSignatures["java/util/HexFormat.<clinit>()V"] =
// GMeth{
// ParamSlots: 0,
// GFunction: justReturn,
// }

MethodSignatures["java/util/Locale$Category.<clinit>()V"] =
GMeth{
Expand Down

0 comments on commit acce1bf

Please sign in to comment.