Skip to content

Commit 3080dfa

Browse files
committed
C#: Update test expected output.
1 parent 72d3814 commit 3080dfa

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed
Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
1-
#select
21
| HashedButNoHash.cs:9:15:9:18 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
2+
| HashedButNoHash.cs:10:20:10:23 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
33
| HashedButNoHash.cs:11:23:11:26 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
4+
| HashedButNoHash.cs:12:11:12:14 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
5+
| HashedButNoHash.cs:13:18:13:21 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
46
| HashedButNoHash.cs:19:15:19:18 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
57
| HashedButNoHash.cs:20:23:20:26 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
6-
testFailures
7-
| HashedButNoHash.cs:10:27:10:36 | // ... | Missing result: Alert |
8-
| HashedButNoHash.cs:12:25:12:34 | // ... | Missing result: Alert |
9-
| HashedButNoHash.cs:13:25:13:34 | // ... | Missing result: Alert |
10-
| HashedButNoHash.cs:21:26:21:35 | // ... | Missing result: Alert |
11-
| HashedButNoHash.cs:22:25:22:34 | // ... | Missing result: Alert |
12-
| HashedButNoHash.cs:23:32:23:41 | // ... | Missing result: Alert |
13-
| HashedButNoHash.cs:24:42:24:51 | // ... | Missing result: Alert |
14-
| HashedButNoHash.cs:27:23:27:32 | // ... | Missing result: Alert |
15-
| HashedButNoHash.cs:28:28:28:37 | // ... | Missing result: Alert |
16-
| HashedButNoHash.cs:29:26:29:35 | // ... | Missing result: Alert |
8+
| HashedButNoHash.cs:21:11:21:14 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
9+
| HashedButNoHash.cs:22:18:22:21 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
10+
| HashedButNoHash.cs:23:18:23:21 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
11+
| HashedButNoHash.cs:24:23:24:26 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
12+
| HashedButNoHash.cs:27:16:27:19 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
13+
| HashedButNoHash.cs:28:21:28:24 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |
14+
| HashedButNoHash.cs:29:19:29:22 | this access | This expression is hashed, but type 'Test' only defines Equals(...) not GetHashCode(). |

0 commit comments

Comments
 (0)