specify UTF-8 explicitly in Strings.testDecode

This fixes a test failure with the OpenJDK port.
This commit is contained in:
Joel Dice 2012-08-04 18:41:44 -06:00
parent c63668c1ce
commit 96d5dae06c

@ -66,7 +66,7 @@ public class Strings {
throw new RuntimeException();
}
}
});
}, "UTF-8");
char[] buffer = new char[2];
int offset = 0;