Skip to content
Snippets Groups Projects
Commit b7a56c93 authored by Allan Blanchard's avatar Allan Blanchard Committed by Virgile Prevosto
Browse files

[Tests] Removes -load-script in ghost parameters tests

parent 6b0ea837
No related branches found
No related tags found
No related merge requests found
/* run.config /* run.config
OPT: -load-script tests/cil/insert_formal.ml -print EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
OPT: -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs -print
*/ */
// v // v
......
/* run.config /* run.config
OPT: -load-script tests/syntax/ghost_parameters_formals_status.ml EXECNOW: make -s @PTEST_DIR@/@PTEST_NAME@.cmxs
OPT: -load-module @PTEST_DIR@/@PTEST_NAME@.cmxs
*/ */
void declaration_void(void) /*@ ghost (int x, int y) */ ; void declaration_void(void) /*@ ghost (int x, int y) */ ;
......
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