diff options
| author | Maxime Dénès | 2018-06-04 22:02:51 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2018-06-04 22:02:51 +0200 |
| commit | f6538f1a7f8ad2bdc0bc446d4ca35078d55d63ee (patch) | |
| tree | 361e60610c3477805e9b7937176bf6c683ce039b /test-suite | |
| parent | d862b659457b12437d4fa348c3c4dc3dd08d8065 (diff) | |
| parent | 683ee02cd810c57f051f5b5d5d446dcc950f23f7 (diff) | |
Merge PR #7315: An attempt to clarify error message for Arguments needing "rename" flag
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/output/Arguments_renaming.out | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test-suite/output/Arguments_renaming.out b/test-suite/output/Arguments_renaming.out index e73312c679..c0b04eb53f 100644 --- a/test-suite/output/Arguments_renaming.out +++ b/test-suite/output/Arguments_renaming.out @@ -1,6 +1,5 @@ The command has indeed failed with message: -To rename arguments the "rename" flag must be specified. -Argument A renamed to B. +Flag "rename" expected to rename A into B. File "stdin", line 2, characters 0-25: Warning: This command is just asserting the names of arguments of identity. If this is what you want add ': assert' to silence the warning. If you want @@ -113,5 +112,4 @@ Argument z cannot be declared implicit. The command has indeed failed with message: Extra arguments: y. The command has indeed failed with message: -To rename arguments the "rename" flag must be specified. -Argument A renamed to R. +Flag "rename" expected to rename A into R. |
