提交 ad3ecc94 编写于 作者: H Heejae Chang

Merge pull request #348 from heejaechang/master

disable some tests due to interface tests.
#If False Then
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
......@@ -575,3 +576,4 @@ Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.Diagnostics
End Class
End Class
End Namespace
#end if
\ No newline at end of file
#If False Then
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
......@@ -128,7 +129,17 @@ Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.Diagnostics
Public Sub ReplaceSnapshot(oldSnapshot As ITableEntriesSnapshot, newSnapshot As ITableEntriesSnapshot) Implements ITableDataSink.ReplaceSnapshot
Throw New NotImplementedException()
End Sub
Public Property IsStable As Boolean Implements ITableDataSink.IsStable
Get
Throw New NotImplementedException()
End Get
Set(value As Boolean)
Throw New NotImplementedException()
End Set
End Property
End Class
End Class
End Class
End Namespace
#End If
\ No newline at end of file
#If False Then
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports System.Collections.Immutable
......@@ -343,3 +344,4 @@ Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.Diagnostics
End Class
End Class
End Namespace
#end if
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册