mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
Test fix
This commit is contained in:
parent
615473369f
commit
b83c70e84b
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ namespace IDETest
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/*int Switch1(Result<int> res)
|
int Switch1(Result<int> res)
|
||||||
{
|
{
|
||||||
switch (res)
|
switch (res)
|
||||||
{
|
{
|
||||||
|
@ -31,7 +31,7 @@ namespace IDETest
|
||||||
case .Err(let b): //FAIL
|
case .Err(let b): //FAIL
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
|
|
||||||
int Switch2(Result<int> res)
|
int Switch2(Result<int> res)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue