# HG changeset patch # User wenzelm # Date 1279727707 -7200 # Node ID 8b3498b9eb4b337e9e1214f90f44e96cfee7df2b # Parent 527cedd713565fbc7458ec042e14f0bab26afca8 recovered benchmarks, which are not tested automatically; diff -r 527cedd71356 -r 8b3498b9eb4b Admin/Benchmarks/HOL-record/ROOT.ML --- a/Admin/Benchmarks/HOL-record/ROOT.ML Wed Jul 21 17:46:36 2010 +0200 +++ b/Admin/Benchmarks/HOL-record/ROOT.ML Wed Jul 21 17:55:07 2010 +0200 @@ -8,7 +8,7 @@ Unsynchronized.set timing; warning "\nset quick_and_dirty\n"; Unsynchronized.set quick_and_dirty; -List.app time_use_thy tests; +use_thys tests; warning "\nreset quick_and_dirty\n"; Unsynchronized.reset quick_and_dirty; -List.app time_use_thy tests; +use_thys tests;