From 33ae308fe6e5a32e53a03e11412acf1d1399bf0d Mon Sep 17 00:00:00 2001 From: Valentin Perrelle <valentin.perrelle@cea.fr> Date: Wed, 10 Jul 2019 14:34:31 +0200 Subject: [PATCH] [kernel] fix cpp-command \% test --- tests/syntax/cpp-command.c | 2 +- tests/syntax/oracle/cpp-command.2.res.oracle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/syntax/cpp-command.c b/tests/syntax/cpp-command.c index adc42b573ed..00e4406e065 100644 --- a/tests/syntax/cpp-command.c +++ b/tests/syntax/cpp-command.c @@ -2,6 +2,6 @@ FILTER: sed 's|/tmp/[^ ]*\.i|/tmp/FILE.i|g' OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo ['%1' '%1' '%i' '%input'] ['%2' '%2' '%o' '%output'] ['%args']" OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo %%1 = '%1' %%2 = '%2' %%args = '%args'" - OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo using \\\\% has no effect : '\\\\%input'" + OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "printf "%s" 'using \\% has no effect : \%input'" OPT: -no-autoload-plugins -cpp-frama-c-compliant -cpp-command "echo %var is not an interpreted placeholder" */ \ No newline at end of file diff --git a/tests/syntax/oracle/cpp-command.2.res.oracle b/tests/syntax/oracle/cpp-command.2.res.oracle index 839a028f042..a2e6e59f426 100644 --- a/tests/syntax/oracle/cpp-command.2.res.oracle +++ b/tests/syntax/oracle/cpp-command.2.res.oracle @@ -1,2 +1,2 @@ [kernel] Parsing tests/syntax/cpp-command.c (with preprocessing) -using \% has no effect : \tests/syntax/cpp-command.c +using \% has no effect : \tests/syntax/cpp-command.c \ No newline at end of file -- GitLab