Fix syntax error

This commit is contained in:
Matt Ellis 2016-05-27 08:04:26 -07:00 committed by Livar Cunha
parent 6ccc40e146
commit 3e9a3d2d95

View file

@ -231,7 +231,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
{
case "centos":
case "rhel":
case "fedora"
case "fedora":
Console.WriteLine("Skipping native compilation tests on Fedora/CentOS/RHEL - https://github.com/dotnet/cli/issues/453");
isSupported = false;
break;