Skip to content

Commit 330f25b

Browse files
committed
Remove unnecessary tests for -plugin
1 parent 56d0ccd commit 330f25b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

lld/test/ELF/plugin.test

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,10 @@
11
RUN: not ld.lld -plugin %S/Inputs/plugin.so 2>&1 | FileCheck %s
2-
RUN: not ld.lld -plugin=%S/Inputs/plugin.so 2>&1 | FileCheck %s
3-
RUN: not ld.lld --plugin %S/Inputs/plugin.so 2>&1 | FileCheck %s
42
RUN: not ld.lld --plugin=%S/Inputs/plugin.so 2>&1 | FileCheck %s
53

6-
RUN: cd %S
7-
RUN: not ld.lld -plugin Inputs/plugin.so 2>&1 | FileCheck %s
8-
RUN: not ld.lld -plugin=Inputs/plugin.so 2>&1 | FileCheck %s
9-
RUN: not ld.lld --plugin Inputs/plugin.so 2>&1 | FileCheck %s
10-
RUN: not ld.lld --plugin=Inputs/plugin.so 2>&1 | FileCheck %s
11-
124
CHECK: no input files
135
CHECK-NOT: unknown argument
146

157
RUN: not ld.lld -plugin foo 2>&1 | FileCheck --check-prefix=MISSING %s
16-
RUN: not ld.lld -plugin=foo 2>&1 | FileCheck --check-prefix=MISSING %s
17-
RUN: not ld.lld --plugin foo 2>&1 | FileCheck --check-prefix=MISSING %s
188
RUN: not ld.lld --plugin=foo 2>&1 | FileCheck --check-prefix=MISSING %s
199

2010
MISSING: Cannot find plugin foo

0 commit comments

Comments
 (0)