# HG changeset patch # User wenzelm # Date 1333710645 -7200 # Node ID 003189cebf12de1344ecf7138b4b2df39863215c # Parent 5b902eeb2a29092bc606f1c9a54d4100c7e445da standardized alias; diff -r 5b902eeb2a29 -r 003189cebf12 src/Tools/quickcheck.ML --- a/src/Tools/quickcheck.ML Fri Apr 06 12:45:56 2012 +0200 +++ b/src/Tools/quickcheck.ML Fri Apr 06 13:10:45 2012 +0200 @@ -343,7 +343,7 @@ val cs = space_explode " " s in if forall (fn c => c = "expand" orelse c = "interpret") cs then cs - else (Output.warning ("Invalid quickcheck_locale setting: falling back to the default setting."); + else (warning ("Invalid quickcheck_locale setting: falling back to the default setting."); ["interpret", "expand"]) end