Added comment to highlight problem

This commit is contained in:
Scalpel_cp 2008-03-16 21:49:18 +00:00
parent 4d94753f68
commit 8e7994fe36

View file

@ -24,7 +24,7 @@ namespace TestSuite.Tests
public override void Test()
{
//switch block
int c = 42;
int c = 42; //BUG: Fails if type is byte - see Work Item #4054
switch (c)
{
case 192: