aboutsummaryrefslogtreecommitdiffstats
path: root/tests/features152
diff options
context:
space:
mode:
authoraclement <aclement>2008-01-16 23:50:23 +0000
committeraclement <aclement>2008-01-16 23:50:23 +0000
commit13ee864beeae3ddc9043352bdcb9421db96a8bb1 (patch)
tree38dd6709e2bf087c661f81f7855507a79903fce7 /tests/features152
parent0fdb4e141a75dd925b2263047c9f9e409ccd023c (diff)
downloadaspectj-13ee864beeae3ddc9043352bdcb9421db96a8bb1.tar.gz
aspectj-13ee864beeae3ddc9043352bdcb9421db96a8bb1.zip
AspectJ6: expected results changed as compiler output has changed slightly
Diffstat (limited to 'tests/features152')
-rw-r--r--tests/features152/synchronization/transformed/expected/Investigation.b.txt2
-rw-r--r--tests/features152/synchronization/transformed/expected/Investigation.c.txt4
-rw-r--r--tests/features152/synchronization/transformed/expected/Investigation.d.txt2
-rw-r--r--tests/features152/synchronization/transformed/expected/Investigation.e.txt2
-rw-r--r--tests/features152/synchronization/transformed/expected/One.b.txt2
-rw-r--r--tests/features152/synchronization/transformed/expected/One.c.txt4
-rw-r--r--tests/features152/synchronization/transformed/expected/One.e.txt2
7 files changed, 9 insertions, 9 deletions
diff --git a/tests/features152/synchronization/transformed/expected/Investigation.b.txt b/tests/features152/synchronization/transformed/expected/Investigation.b.txt
index 15f83a1d6..46d76f64a 100644
--- a/tests/features152/synchronization/transformed/expected/Investigation.b.txt
+++ b/tests/features152/synchronization/transformed/expected/Investigation.b.txt
@@ -1,4 +1,4 @@
- public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 19:312
+ public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 19:294
:
ALOAD_0 // LInvestigation; this (line 20)
DUP
diff --git a/tests/features152/synchronization/transformed/expected/Investigation.c.txt b/tests/features152/synchronization/transformed/expected/Investigation.c.txt
index 7fa235d5d..1bd977fd0 100644
--- a/tests/features152/synchronization/transformed/expected/Investigation.c.txt
+++ b/tests/features152/synchronization/transformed/expected/Investigation.c.txt
@@ -1,4 +1,4 @@
- public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 26:439
+ public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 26:414
:
ALOAD_0 // LInvestigation; this (line 27)
DUP
@@ -16,8 +16,8 @@
| | ALOAD_2 // Ljava/io/File; f
| | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
| | POP
- | | GOTO L0
| catch java.io.IOException -> E0
+ | GOTO L0
| E0: POP (line 31)
| GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 32)
| LDC "bang"
diff --git a/tests/features152/synchronization/transformed/expected/Investigation.d.txt b/tests/features152/synchronization/transformed/expected/Investigation.d.txt
index a2a73c36a..a5a0bb4e4 100644
--- a/tests/features152/synchronization/transformed/expected/Investigation.d.txt
+++ b/tests/features152/synchronization/transformed/expected/Investigation.d.txt
@@ -1,4 +1,4 @@
- public void d() org.aspectj.weaver.MethodDeclarationLineNumber: 38:706
+ public void d() org.aspectj.weaver.MethodDeclarationLineNumber: 38:669
:
ALOAD_0 // LInvestigation; this (line 39)
DUP
diff --git a/tests/features152/synchronization/transformed/expected/Investigation.e.txt b/tests/features152/synchronization/transformed/expected/Investigation.e.txt
index 6508daf3a..7df70b805 100644
--- a/tests/features152/synchronization/transformed/expected/Investigation.e.txt
+++ b/tests/features152/synchronization/transformed/expected/Investigation.e.txt
@@ -1,4 +1,4 @@
- public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 48:904
+ public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 48:857
:
ALOAD_0 // LInvestigation; this (line 49)
DUP
diff --git a/tests/features152/synchronization/transformed/expected/One.b.txt b/tests/features152/synchronization/transformed/expected/One.b.txt
index 948cb66cd..5cef0d35f 100644
--- a/tests/features152/synchronization/transformed/expected/One.b.txt
+++ b/tests/features152/synchronization/transformed/expected/One.b.txt
@@ -1,4 +1,4 @@
- public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 13:259
+ public void b() org.aspectj.weaver.MethodDeclarationLineNumber: 13:247
:
ALOAD_0
DUP
diff --git a/tests/features152/synchronization/transformed/expected/One.c.txt b/tests/features152/synchronization/transformed/expected/One.c.txt
index 3641c9b36..e96e42b07 100644
--- a/tests/features152/synchronization/transformed/expected/One.c.txt
+++ b/tests/features152/synchronization/transformed/expected/One.c.txt
@@ -1,4 +1,4 @@
- public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 18:368
+ public void c() org.aspectj.weaver.MethodDeclarationLineNumber: 18:351
:
ALOAD_0
DUP
@@ -16,8 +16,8 @@
| | ALOAD_1 // Ljava/io/File; f
| | INVOKESPECIAL java.io.FileInputStream.<init> (Ljava/io/File;)V
| | POP
- | | GOTO L0
| catch java.io.IOException -> E0
+ | GOTO L0
| E0: POP (line 22)
| GETSTATIC java.lang.System.out Ljava/io/PrintStream; (line 23)
| LDC "bang"
diff --git a/tests/features152/synchronization/transformed/expected/One.e.txt b/tests/features152/synchronization/transformed/expected/One.e.txt
index 85d93f0ed..e11432b18 100644
--- a/tests/features152/synchronization/transformed/expected/One.e.txt
+++ b/tests/features152/synchronization/transformed/expected/One.e.txt
@@ -1,4 +1,4 @@
- public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 28:611
+ public void e() org.aspectj.weaver.MethodDeclarationLineNumber: 28:584
:
ALOAD_0
DUP
t/47933/stable28 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/l10n/gl/user_ldap.po
blob: acc4fe6193d836f1117cf73dcfe1bb94520c9539 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299