about summary refs log tree commit diff homepage
path: root/test
diff options
context:
space:
mode:
authorCristian Cadar <c.cadar@imperial.ac.uk>2023-03-21 20:32:09 +0000
committerMartinNowack <2443641+MartinNowack@users.noreply.github.com>2023-03-23 20:30:11 +0000
commit0ca2dc8176a08a0d4fcaa90807e770a5809d95cf (patch)
tree8d1d7972153c406f4c898571efa5865f60712bbb /test
parent58d454647ff1465128423fa02896f84e5d3b989a (diff)
downloadklee-0ca2dc8176a08a0d4fcaa90807e770a5809d95cf.tar.gz
Remove model_version from the POSIX runtime, as we have never used it.
Diffstat (limited to 'test')
-rw-r--r--test/Replay/libkleeruntest/replay_posix_runtime.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/Replay/libkleeruntest/replay_posix_runtime.c b/test/Replay/libkleeruntest/replay_posix_runtime.c
index 57046257..39b8d18f 100644
--- a/test/Replay/libkleeruntest/replay_posix_runtime.c
+++ b/test/Replay/libkleeruntest/replay_posix_runtime.c
@@ -27,9 +27,8 @@ int main(int argc, char** argv) {
   return 0;
 }
 
-// CHECKMODEL: num objects: 2
-// CHECKMODEL: object 0: name: {{b*}}'model_version'
-// CHECKMODEL: object 1: name: {{b*}}'x'
+// CHECKMODEL: num objects: 1
+// CHECKMODEL: object 0: name: {{b*}}'x'
 
 // TESTONE: x is not 0
 // TESTTWO: x is 0