tuned
authornipkow
Wed, 22 May 2013 00:30:36 +0200
changeset 52107 0c21dffc177a
parent 52106 090a519982e9
child 52108 06db08182c4b
tuned
src/HOL/IMP/Abs_Int_Tests.thy
--- a/src/HOL/IMP/Abs_Int_Tests.thy	Tue May 21 21:05:10 2013 +0200
+++ b/src/HOL/IMP/Abs_Int_Tests.thy	Wed May 22 00:30:36 2013 +0200
@@ -47,7 +47,7 @@
  DO ''x'' ::= Plus (V ''x'') (N 1)"
 
 definition "test3_ivl =
- ''x'' ::= N 7;;
+ ''x'' ::= N 0;;
  WHILE Less (V ''x'') (N 100)
  DO ''x'' ::= Plus (V ''x'') (N 1)"
 
@@ -58,7 +58,7 @@
 
 definition "test5_ivl =
  ''x'' ::= N 0;; ''y'' ::= N 0;;
- WHILE Less (V ''x'') (N 1000)
+ WHILE Less (V ''x'') (N 100)
  DO (''y'' ::= V ''x'';; ''x'' ::= Plus (V ''x'') (N 1))"
 
 definition "test6_ivl =