Skip to content
Snippets Groups Projects
Commit 51dd8503 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

[tests] update options for tests involving WP

parent 3b19f39e
No related branches found
No related tags found
No related merge requests found
FILEREG:.*\.\(cc\|cpp\|ii\)$ FILEREG:.*\.\(cc\|cpp\|ii\)$
MACRO: CXX -machdep=x86_64 -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen -target x86_64-linux-gnu -D__FC_MACHDEP_X86_64" MACRO: CXX -machdep=x86_64 -cxx-c++stdlib-path share/libc++ -cxx-clang-command="bin/framaCIRGen -target x86_64-linux-gnu -D__FC_MACHDEP_X86_64"
OPT:-print -wp -wp-msg-key="no-time-info,no-step-info" -wp-cache none @CXX@ OPT:-print -wp -wp-msg-key shell -wp-cache none @CXX@
FILTER:/bin/sed -e '/^#[^\n]*/d' -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e 's/Alt-Ergo [0-9.]\+/Alt-Ergo/' -e "s|$(pwd)/||g" FILTER:/bin/sed -e '/^#[^\n]*/d' -e "s|${FRAMAC_SHARE}|FRAMAC_SHARE|g" -e 's/Alt-Ergo [0-9.]\+/Alt-Ergo/' -e "s|$(pwd)/||g"
/* run.config /* run.config
OPT: -wp -wp-msg-key="no-time-info,no-step-info" -wp-cache none @CXX@ OPT: -wp -wp-msg-key shell -wp-cache none @CXX@
*/ */
class Point2 class Point2
{ {
//@ ensures \result == *this; //@ ensures \result == *this;
Point2& foo(void) { return *this; } Point2& foo(void) { return *this; }
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment