diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/plugin/plugindir4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/plugin/plugindir4.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/plugin/plugindir4.c b/gcc/testsuite/gcc.dg/plugin/plugindir4.c new file mode 100644 index 000000000..27b2f24aa --- /dev/null +++ b/gcc/testsuite/gcc.dg/plugin/plugindir4.c @@ -0,0 +1,4 @@ +/* { dg-do preprocess } */ +/* { dg-options "-iplugindir=my-plugindir -fplugin=foo" } */ + +/* { dg-prune-output ".*inacessible plugin file.*my-plugindir/foo\.so expanded from short plugin name.*" } */ |