about summary refs log tree commit diff homepage
path: root/test/Feature/SeedConcretizeExternalCall.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/SeedConcretizeExternalCall.c')
-rw-r--r--test/Feature/SeedConcretizeExternalCall.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Feature/SeedConcretizeExternalCall.c b/test/Feature/SeedConcretizeExternalCall.c
index afc7fb6a..18984170 100644
--- a/test/Feature/SeedConcretizeExternalCall.c
+++ b/test/Feature/SeedConcretizeExternalCall.c
@@ -24,6 +24,5 @@ int main() {
   klee_make_symbolic(&x, sizeof(x), "x");
   assert(abs(x) == 12345678);
 
-  // CHECK-STATS: 0
-  // No queries, but this will change once https://github.com/klee/klee/pull/1520 is merged
+  // CHECK-STATS: 1
 }