Fixed type in input file name.

This commit is contained in:
Oleg Sukhodolsky 2003-10-05 07:14:13 +00:00
parent 03c3efabf3
commit cb0ecb590e
2 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class ExplicitInitializationCheckTest extends BaseCheckTestCase
"21:17: Variable 'ch2' explicitly initialized to '\\0' (default value for its type).",
};
verify(checkConfig,
getPath("coding" + File.separator + "InputExpliciInit.java"),
getPath("coding" + File.separator + "InputExplicitInit.java"),
expected);
}
}