diff options
Diffstat (limited to 'test-suite/success/options.v')
-rw-r--r-- | test-suite/success/options.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-suite/success/options.v b/test-suite/success/options.v index bb678150..f43a4694 100644 --- a/test-suite/success/options.v +++ b/test-suite/success/options.v @@ -20,7 +20,7 @@ Parameter i : bool -> nat. Coercion i : bool >-> nat. Add Printing Coercion i. Remove Printing Coercion i. -Test Printing Coercion i. +Test Printing Coercion for i. Test Printing Let. Test Printing If. |