Stub files for tests for query execution

This commit is contained in:
Benjamin Russell
2016-08-05 11:11:50 -07:00
parent 05e4c4f3a9
commit 0740e81dab
4 changed files with 77 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace Microsoft.SqlTools.ServiceLayer.Test.QueryExecution
{
public class SubsetTests
{
}
}