Commit 9a8c999
committed
Fix Issue1225 regression test: use DefaultReferences instead of private References
The previous test commit used `References` which is a `private static` member
of ConverterTestBase and not accessible from the derived ByRefTests class.
Replace with `DefaultReferences.With()` (equivalent references) and also add
`ShowCompilationErrors = true` for consistency with other tests.
https://claude.ai/code/session_01AkwUvu3XuCdj3D4axoX4UX1 parent beed819 commit 9a8c999
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
944 | 944 | | |
945 | 945 | | |
946 | 946 | | |
947 | | - | |
| 947 | + | |
948 | 948 | | |
949 | 949 | | |
950 | 950 | | |
| |||
0 commit comments