Skip to content

Commit fbbe89e

Browse files
committed
Replace backticks in ignored test
1 parent 3058303 commit fbbe89e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

RubberduckTests/Inspections/IllegalAnnotationsInspectionTests.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -793,9 +793,9 @@ Option Private Module
793793
794794
Public foo As Long
795795
796-
`@Description ""Test""
797-
`@IDENTIFIER_ANNOTATION
798-
`@TestMethod
796+
'@Description ""Test""
797+
'@IDENTIFIER_ANNOTATION
798+
'@TestMethod
799799
Public Sub Test2() : foo = 2
800800
End Sub
801801
";
@@ -819,9 +819,9 @@ public void IdentifierReferenceAnnotationDoesNotEndVariableAnnotationSection()
819819
Option Explicit
820820
Option Private Module
821821
822-
`@Obsolete
823-
`@IDENTIFIER_ANNOTATION
824-
`@Obsolete
822+
'@Obsolete
823+
'@IDENTIFIER_ANNOTATION
824+
'@Obsolete
825825
Implements IInterface : Public foo As Long
826826
827827
Public Sub Test2()

0 commit comments

Comments
 (0)