Commit 71f0bae
committed
refactor: remove preprocessor whitespace test
This test is problematic for a few reasons and is in need of refactoring. A summary of the issues are:
- macro expansions are already covered in another test
- test too big
- it pollutes the global workspace of symbols
- names of objects are too generic
- tests indirectly the preprocessor
Its purpose in this PR is to test the preprocessor REGEX patterns work
with leading whitespaces and can perform macro expansions.
I have opted to remove and write a more compact test.1 parent a57c6b9 commit 71f0bae
File tree
4 files changed
+0
-76
lines changed- test
- test_source/pp
- include
4 files changed
+0
-76
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 45 | | |
50 | 46 | | |
51 | 47 | | |
| |||
72 | 68 | | |
73 | 69 | | |
74 | 70 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | 71 | | |
79 | 72 | | |
80 | 73 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | 178 | | |
180 | 179 | | |
181 | 180 | | |
| |||
197 | 196 | | |
198 | 197 | | |
199 | 198 | | |
200 | | - | |
201 | | - | |
202 | 199 | | |
203 | | - | |
204 | | - | |
205 | 200 | | |
206 | 201 | | |
207 | 202 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments