Commit 46dbd6f
committed
Fix Google style format expectations in test_error_scenarios
Google style formats simple functions on a single line:
int main() { return 0; }
Updated test code to match Google style expectations:
- test_multiple_files_all_pass
- test_clean_code_returns_zero
These tests were expecting multi-line format to pass, but Google
style wants single-line format for simple functions.1 parent bd3dffb commit 46dbd6f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | | - | |
| 223 | + | |
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| |||
364 | 364 | | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
0 commit comments