-
Notifications
You must be signed in to change notification settings - Fork 2
Commit 19248af
committed
Remove conditional compilation from array tests
Previously, the code that used generics in TestUArraysCatSnippets was
not hidden from compilers that don't support generics via conditional
compilation. Since the tests are only designed for use with Delphi XE
and later, there is no need for this, so all the conditional compilation
directives were removed from the test unit.1 parent a6d67b3 commit 19248af
1 file changed
+1
-40
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | - | ||
4 | - | ||
5 | - | ||
6 | - | ||
7 | - | ||
8 | - | ||
9 | - | ||
10 | - | ||
11 | - | ||
12 | - | ||
13 | - | ||
14 | - | ||
15 | - | ||
16 | - | ||
17 | - | ||
18 | - | ||
19 | - | ||
20 | - | ||
21 | - | ||
22 | - | ||
23 | - | ||
24 | 3 |
| |
25 | 4 |
| |
26 | 5 |
| |
27 | 6 |
| |
28 | 7 |
| |
29 | 8 |
| |
30 | 9 |
| |
31 | - | ||
32 | 10 |
| |
33 | 11 |
| |
34 | 12 |
| |
| |||
54 | 32 |
| |
55 | 33 |
| |
56 | 34 |
| |
57 | - | ||
58 | 35 |
| |
59 | 36 |
| |
60 | 37 |
| |
| |||
63 | 40 |
| |
64 | 41 |
| |
65 | 42 |
| |
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
43 | + | ||
71 | 44 |
| |
72 | - | ||
73 | 45 |
| |
74 | 46 |
| |
75 | 47 |
| |
76 | - | ||
77 | - | ||
78 | - | ||
79 | 48 |
| |
80 | 49 |
| |
81 | 50 |
| |
| |||
229 | 198 |
| |
230 | 199 |
| |
231 | 200 |
| |
232 | - | ||
233 | - | ||
234 | 201 |
| |
235 | 202 |
| |
236 | - | ||
237 | - | ||
238 | 203 |
| |
239 | 204 |
| |
240 | 205 |
| |
| |||
245 | 210 |
| |
246 | 211 |
| |
247 | 212 |
| |
248 | - | ||
249 | - | ||
250 | 213 |
| |
251 | - | ||
252 | 214 |
| |
253 | - | ||
254 | 215 |
| |
255 | 216 |
| |
256 | 217 |
| |
|
0 commit comments