Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuai committed Jul 3, 2015
1 parent d44b713 commit 60901b4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ private void testCmdBuilder(boolean isDriver) throws Exception {
if (isDriver) {
assertEquals("-XX:MaxPermSize=256m", arg);
} else {
assertEquals("-XX:MaxPermSize=128m", arg);
assertEquals("-XX:MaxPermSize=256m", arg);
}
}
}
Expand Down

0 comments on commit 60901b4

Please sign in to comment.