Skip to content
Snippets Groups Projects
Commit f6c36974 authored by Virgile Prevosto's avatar Virgile Prevosto Committed by Andre Maroneze
Browse files

[tests] fixes obsolete tests that asked for long-gone msg keys

parent fb8068ea
No related branches found
No related tags found
No related merge requests found
/* run.config
OPT: -wp-model +ref -wp-no-let -wp-msg-key var_kind
OPT: -wp-model +ref -wp-let -wp-msg-key var_kind
OPT: -wp-model +ref -wp-no-let
OPT: -wp-model +ref -wp-let
*/
/* run.config_qualif
......
/* run.config
OPT: -wp-model +ref -wp-msg-key var_kind
OPT: -wp-model +ref
*/
/* run.config_qualif
......
/* run.config
OPT: -wp-model +ref -wp-msg-key var_kind
OPT: -wp-model +ref
*/
/* run.config_qualif
......
/* run.config
OPT: -wp-model +ref -wp-msg-key var_kind
OPT: -wp-model +ref
*/
/* run.config_qualif
......
/* run.config
OPT: -wp-model +ref -wp-msg-key var_kind
OPT: -wp-model +ref
*/
/* run.config_qualif
......
/* run.config
STDOPT: #"-kernel-msg-key offsetmap:caches -impact-pragma main -lib-entry -calldeps" +"-then -ulevel 10"
STDOPT: #"-impact-pragma main -lib-entry -calldeps" +"-then -ulevel 10"
*/
......
open Kernel
let dkey = register_category "foo-category"
let main () =
let dkey = register_category "foo-category" in
result ~dkey "result with dkey";
result "result";
feedback ~dkey "feedback with dkey";
......
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