Skip to content

Commit

Permalink
Update quickstart.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
jsinglet committed Feb 16, 2016
1 parent 55fc962 commit 0b8d0d1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/quickstart.rst
Expand Up @@ -241,13 +241,7 @@ The output from the check will look like the following::
.\MaybeAdd.java:5: warning: Associated declaration: .\MaybeAdd.java:7:
//@ ensures 0 < \result;
^
.\MaybeAdd.java:13: warning: The prover cannot establish an assertion (Precondition: .\MaybeAdd.java:3: ) in method main
System.out.println(MaybeAdd.add(1,2));
^
.\MaybeAdd.java:3: warning: Associated declaration: .\MaybeAdd.java:13:
//@ requires 0 < a && a < 1000;
^
4 warnings
2 warnings

As you can see in the output above, the extended static checker has
Expand Down

0 comments on commit 0b8d0d1

Please sign in to comment.