about summary refs log tree commit diff homepage
path: root/test/Runtime
diff options
context:
space:
mode:
Diffstat (limited to 'test/Runtime')
-rw-r--r--test/Runtime/POSIX/Usage.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Runtime/POSIX/Usage.c b/test/Runtime/POSIX/Usage.c
index ce338e5c..40a0c902 100644
--- a/test/Runtime/POSIX/Usage.c
+++ b/test/Runtime/POSIX/Usage.c
@@ -23,6 +23,10 @@
 // RUN: grep "Invalid range to --sym-args" %t5
 // RUN: rm -rf %t.klee-out
 
+// RUN: not %klee --output-dir=%t.klee-out --exit-on-error --posix-runtime %t.bc --sym-arg 5 --sym-args 0 99 5 --sym-arg 5 &> %t6
+// RUN: grep "No more than 100 symbolic arguments allowed." %t6
+// RUN: rm -rf %t.klee-out
+
 int main(int argc, char** argv) {
   return 0;
 }