Commit 5e0f38a
svorenova
Making members of a test utility class non-const
Keeping the data members const deletes the default copy assignment
operator and causes the existing unit tests crash for Microsoft Visual
Studio.1 parent 3d6854e commit 5e0f38a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| |||
0 commit comments