We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f908a55 + 8ff41f5 commit 149bb1eCopy full SHA for 149bb1e
unit/analyses/variable-sensitivity/last_written_location.cpp
@@ -24,6 +24,7 @@
24
#include <util/type.h>
25
#include <analyses/variable-sensitivity/abstract_enviroment.h>
26
#include <util/arith_tools.h>
27
+#include <analyses/variable-sensitivity/variable_sensitivity_object_factory.h>
28
29
//#include <src/ansi-c/c_to_expr.h>
30
@@ -50,6 +51,8 @@ SCENARIO("Constructing two environments to make sure we correctly identify modif
50
51
symbol_table.add(second_sym);
52
namespacet ns(symbol_table);
53
54
+ variable_sensitivity_object_factoryt::instance().set_options(optionst{});
55
+
56
WHEN("The identifiers get inserted into two environments")
57
{
58
abstract_environmentt env;
0 commit comments