diff options
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/ArgumentsScope.out | 5 | ||||
| -rw-r--r-- | test-suite/output/PrintInfos.out | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/output/ArgumentsScope.out b/test-suite/output/ArgumentsScope.out index 6643c1429a..c95f89c9f0 100644 --- a/test-suite/output/ArgumentsScope.out +++ b/test-suite/output/ArgumentsScope.out @@ -54,3 +54,8 @@ negb'' : bool -> bool negb'' is transparent Expands to: Constant Top.negb'' +Warning: Arguments Scope is deprecated; use Arguments instead +Warning: Arguments Scope is deprecated; use Arguments instead +Warning: Arguments Scope is deprecated; use Arguments instead +Warning: Arguments Scope is deprecated; use Arguments instead +Warning: Arguments Scope is deprecated; use Arguments instead diff --git a/test-suite/output/PrintInfos.out b/test-suite/output/PrintInfos.out index f423f85136..a2e6a1cfbb 100644 --- a/test-suite/output/PrintInfos.out +++ b/test-suite/output/PrintInfos.out @@ -94,3 +94,6 @@ For eq_refl, when applied to 1 argument: Argument A is implicit and maximally inserted For eq: Argument scopes are [type_scope _ _] For eq_refl: Argument scopes are [type_scope _] +Warning: Implicit Arguments is deprecated; use Arguments instead +Warning: Implicit Arguments is deprecated; use Arguments instead +Warning: Implicit Arguments is deprecated; use Arguments instead |
