601071bc6d
Fixed tests to use new way of utilizing the WB API, fixed issue with where custom classloader got the classes from Reviewed-by: collins, mgerdin, zgu
6 lines
85 B
Java
6 lines
85 B
Java
package test;
|
|
|
|
public class Empty {
|
|
public String toString() { return "nothing"; }
|
|
}
|