Skip to content

Commit 4cbbe37

Browse files
committed
C#: Updated expected test output
1 parent 7027cd3 commit 4cbbe37

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

csharp/ql/src/semmle/code/csharp/commons/Assertions.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ class Assertion extends MethodCall {
5454
* ```
5555
* exists(BasicBlock bb |
5656
* bb.getANode() = this.getAControlFlowNode() |
57-
* cb.immediatelyDominates(succ)
57+
* bb.immediatelyDominates(succ)
5858
* )
5959
* ```
6060
*
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
| comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | NestedType |
22
| comments2.cs:118:5:118:21 | // ... | comments2.cs:119:11:119:25 | GenericClass<> | UnboundGenericClass |
3+
| comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | CallableOrCFE |
34
| comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | InstanceCallable |
45
| comments2.cs:124:5:124:16 | // ... | comments2.cs:125:9:125:20 | GenericFn | UnboundGenericMethod |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,30 @@
11
| VisualStudio.cs:9:11:9:21 | MyTestSuite | TestClass | VSTestClass |
2+
| VisualStudio.cs:12:21:12:25 | Test1 | TestMethod | CallableOrCFE |
23
| VisualStudio.cs:12:21:12:25 | Test1 | TestMethod | InstanceCallable |
34
| VisualStudio.cs:12:21:12:25 | Test1 | TestMethod | VSTestMethod |
5+
| VisualStudio.cs:17:21:17:25 | Test2 | TestMethod | CallableOrCFE |
46
| VisualStudio.cs:17:21:17:25 | Test2 | TestMethod | InstanceCallable |
57
| VisualStudio.cs:17:21:17:25 | Test2 | TestMethod | VSTestMethod |
68
| XUnit.cs:22:11:22:21 | MyTestSuite | TestClass | XUnitTestClass |
9+
| XUnit.cs:25:21:25:25 | Test1 | TestMethod | CallableOrCFE |
710
| XUnit.cs:25:21:25:25 | Test1 | TestMethod | InstanceCallable |
811
| XUnit.cs:25:21:25:25 | Test1 | TestMethod | XUnitTestMethod |
12+
| XUnit.cs:30:21:30:25 | Test2 | TestMethod | CallableOrCFE |
913
| XUnit.cs:30:21:30:25 | Test2 | TestMethod | InstanceCallable |
1014
| XUnit.cs:30:21:30:25 | Test2 | TestMethod | XUnitTestMethod |
1115
| nunit.cs:42:11:42:21 | MyTestSuite | TestClass | NUnitFixture |
16+
| nunit.cs:52:21:52:25 | Test1 | TestMethod | CallableOrCFE |
1217
| nunit.cs:52:21:52:25 | Test1 | TestMethod | InstanceCallable |
1318
| nunit.cs:52:21:52:25 | Test1 | TestMethod | NUnitTestMethod |
19+
| nunit.cs:57:21:57:25 | Test2 | TestMethod | CallableOrCFE |
1420
| nunit.cs:57:21:57:25 | Test2 | TestMethod | InstanceCallable |
1521
| nunit.cs:57:21:57:25 | Test2 | TestMethod | NUnitTestMethod |
22+
| nunit.cs:62:21:62:25 | Test3 | TestMethod | CallableOrCFE |
1623
| nunit.cs:62:21:62:25 | Test3 | TestMethod | InstanceCallable |
1724
| nunit.cs:62:21:62:25 | Test3 | TestMethod | NUnitTestMethod |
25+
| nunit.cs:67:21:67:25 | Test4 | TestMethod | CallableOrCFE |
1826
| nunit.cs:67:21:67:25 | Test4 | TestMethod | InstanceCallable |
1927
| nunit.cs:67:21:67:25 | Test4 | TestMethod | NUnitTestMethod |
28+
| nunit.cs:72:21:72:25 | Test5 | TestMethod | CallableOrCFE |
2029
| nunit.cs:72:21:72:25 | Test5 | TestMethod | InstanceCallable |
2130
| nunit.cs:72:21:72:25 | Test5 | TestMethod | NUnitTestMethod |

0 commit comments

Comments
 (0)