From ba95f6aa300f1e53a54e78b270d3a0090ce2afc9 Mon Sep 17 00:00:00 2001 From: Jared Parsons Date: Wed, 20 Jun 2018 16:14:02 -0700 Subject: [PATCH] Fix test failure --- src/Compilers/CSharp/Test/Semantic/Semantics/QueryTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Compilers/CSharp/Test/Semantic/Semantics/QueryTests.cs b/src/Compilers/CSharp/Test/Semantic/Semantics/QueryTests.cs index 8283d4ab1b2..916e40690ff 100644 --- a/src/Compilers/CSharp/Test/Semantic/Semantics/QueryTests.cs +++ b/src/Compilers/CSharp/Test/Semantic/Semantics/QueryTests.cs @@ -2720,7 +2720,7 @@ class P [CompilerTrait(CompilerFeature.IOperation)] [WorkItem(542559, "http://vstfdevdiv:8080/DevDiv2/DevDiv/_workitems/edit/542559")] - [Fact] + [ConditionalFact(typeof(DesktopOnly))] public void StaticTypeInFromClause() { string source = @" -- GitLab