mirror of
https://github.com/danbulant/Cosmos
synced 2026-06-10 02:02:30 +00:00
Added comment to highlight problem
This commit is contained in:
parent
4d94753f68
commit
8e7994fe36
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue