Skip to content

Commit 30b44f6

Browse files
author
Matthias Güdemann
committed
Move nondet{cpp,h} to util
Make nondet.{h,cpp} generally available for CBMC.
1 parent a034288 commit 30b44f6

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

jbmc/src/java_bytecode/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ SRC = bytecode_info.cpp \
3636
java_utils.cpp \
3737
load_method_by_regex.cpp \
3838
mz_zip_archive.cpp \
39-
nondet.cpp \
4039
remove_exceptions.cpp \
4140
remove_instanceof.cpp \
4241
remove_java_new.cpp \

jbmc/src/java_bytecode/java_entry_point.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ Author: Daniel Kroening, [email protected]
2222
#include "java_object_factory.h"
2323
#include "java_string_literals.h"
2424
#include "java_utils.h"
25-
#include "nondet.h"
2625
#include <util/fresh_symbol.h>
26+
#include <util/nondet.h>
2727

2828
#define JAVA_MAIN_METHOD "main:([Ljava/lang/String;)V"
2929

src/util/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ SRC = arith_tools.cpp \
4545
message.cpp \
4646
mp_arith.cpp \
4747
namespace.cpp \
48+
nondet.cpp \
4849
options.cpp \
4950
parse_options.cpp \
5051
parser.cpp \
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)