Skip to content

Commit 6bb6714

Browse files
committed
C#: Update test expected output for cs/unsynchronized-getter.
1 parent 37e37ee commit 6bb6714

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
| SynchSetUnsynchGet.cs:9:9:9:20 | BadProperty1 | Field $@ is guarded by a lock in the setter but not in the getter. | SynchSetUnsynchGet.cs:5:9:5:17 | property1 | property1 |
22
| SynchSetUnsynchGet.cs:23:9:23:20 | BadProperty2 | Field $@ is guarded by a lock in the setter but not in the getter. | SynchSetUnsynchGet.cs:5:9:5:17 | property1 | property1 |
3-
| SynchSetUnsynchGet.cs:95:10:95:22 | GoodProperty5 | Field $@ is guarded by a lock in the setter but not in the getter. | SynchSetUnsynchGet.cs:94:10:94:18 | property2 | property2 |

0 commit comments

Comments
 (0)