Commit acd699e
committed
fix: resolve CI compilation errors in coverage and windows tests
- Fix duplicate import in test_system_fpm_example.f90
- Add explicit imports in test_unicode_detection.f90 for strict compilation
- Reorder module imports in test_character_bitmap_rendering.f90
- Fixes coverage test compilation with -Werror=implicit-interface flag
- Ensures all tests compile correctly on both Linux and Windows1 parent 0199c79 commit acd699e
File tree
3 files changed
+4
-3
lines changed- test
3 files changed
+4
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments