Test fixes from the rollup

This commit is contained in:
Alex Crichton 2014-10-03 08:00:27 -07:00 committed by Manish Goregaokar
parent 5bf3c2b88b
commit 274d527c45
1 changed files with 1 additions and 1 deletions

View File

@ -1412,7 +1412,7 @@ struct BitsNStrings<'a> {
mystring: &'a str
}
static bits_n_strings: BitsNStrings<'static> = BitsNStrings {
static BITS_N_STRINGS: BitsNStrings<'static> = BitsNStrings {
mybits: BITS,
mystring: STRING
};