[Frontend] Remove unused includes (NFC) (#116927)
[llvm-project.git] / llvm / test / tools / llvm-ar / plugin.test
blob0dda3d98dde286e81fde4cab25be6e7a94a2617e
1 ## Test that --plugin is ignored.
3 # RUN: rm -f %t.a
4 # RUN: touch %t.txt
5 # RUN: llvm-ar rc %t.a %t.txt
6 # RUN: llvm-ar --plugin ignore t %t.a | FileCheck %s
7 # RUN: llvm-ar t --plugin=ignore %t.a | FileCheck %s
9 # CHECK: {{.*}}.txt