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.
1 parent 0e2b13f commit 9ea7414Copy full SHA for 9ea7414
unit/util/simplify_expr.cpp
@@ -10,6 +10,7 @@
10
11
#include <util/arith_tools.h>
12
#include <util/c_types.h>
13
+#include <util/config.h>
14
#include <util/namespace.h>
15
#include <util/pointer_predicates.h>
16
#include <util/simplify_expr.h>
@@ -18,6 +19,8 @@
18
19
20
TEST_CASE("Simplify pointer_offset(address of array index)")
21
{
22
+ config.set_arch("none");
23
+
24
symbol_tablet symbol_table;
25
namespacet ns(symbol_table);
26
@@ -38,6 +41,8 @@ TEST_CASE("Simplify pointer_offset(address of array index)")
38
41
39
42
TEST_CASE("Simplify const pointer offset")
40
43
44
45
46
47
48
0 commit comments