Summary: The `--pulse-model-return-nonnull` config option currently works for C++. Now we will be using it also for Java. Changing type from string list to regexp to make it more general. Reviewed By: ezgicicek Differential Revision: D26367888 fbshipit-source-id: 9a06b9b32master
parent
9a1a759638
commit
bc49f1deb1
@ -1,5 +1,5 @@
|
||||
{
|
||||
"pulse-model-abort": ["ns1::ns2::fun_abort"],
|
||||
"pulse-model-return-nonnull": ["Handle::get"],
|
||||
"pulse-model-return-nonnull": "Handle::get",
|
||||
"pulse-model-skip-pattern": "skip_model::SkipAll::.*\\|.*SkipSome<.*>::skip_me"
|
||||
}
|
||||
|
Loading…
Reference in new issue