File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -214,14 +214,6 @@ func TestElfBindNow(t *testing.T) {
214
214
mustInternalLink : true ,
215
215
wantDf1Pie : true ,
216
216
},
217
- {
218
- name : "pie-linkmode-external" ,
219
- args : []string {"-buildmode=pie" , "-ldflags" , "-linkmode=external" },
220
- prog : prog ,
221
- mustHaveBuildModePIE : true ,
222
- mustHaveCGO : true ,
223
- wantDf1Pie : true ,
224
- },
225
217
{
226
218
name : "bindnow-linkmode-internal" ,
227
219
args : []string {"-ldflags" , "-bindnow -linkmode=internal" },
@@ -231,14 +223,6 @@ func TestElfBindNow(t *testing.T) {
231
223
wantDfBindNow : true ,
232
224
wantDf1Now : true ,
233
225
},
234
- {
235
- name : "bindnow-linkmode-external" ,
236
- args : []string {"-ldflags" , "-bindnow -linkmode=external" },
237
- prog : progC ,
238
- mustHaveCGO : true ,
239
- wantDfBindNow : true ,
240
- wantDf1Now : true ,
241
- },
242
226
{
243
227
name : "bindnow-pie-linkmode-internal" ,
244
228
args : []string {"-buildmode=pie" , "-ldflags" , "-bindnow -linkmode=internal" },
You can’t perform that action at this time.
0 commit comments