Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem w/ LongMatcher #5

Open
jberkel opened this issue May 2, 2012 · 0 comments
Open

problem w/ LongMatcher #5

jberkel opened this issue May 2, 2012 · 0 comments

Comments

@jberkel
Copy link

jberkel commented May 2, 2012

just upgraded to 0.13 and getting compilation errors:

TestHelper.java:69: cannot find symbol
symbol  : method valueOf(long)
location: bound of type variable T

test is of form:

long foo = 10;
long bar = 20;

expect(foo).toEqual(bar);

noticed a workaround for boolean primitives, might be the same issue (autoboxing?). works ok if i disable LongMatcher.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant