File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
test/blackbox-tests/test-cases/no-name-field Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -844,7 +844,8 @@ module Library = struct
844
844
if dune_version > = (1 , 1 ) then
845
845
name
846
846
else
847
- of_sexp_error loc " name field cannot be omitted before version 1.1"
847
+ of_sexp_error loc " name field cannot be omitted before version \
848
+ 1.1 of the dune language"
848
849
| None , None ->
849
850
of_sexp_error loc (
850
851
if dune_version > = (1 , 1 ) then
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ the name field can be omitted for libraries when public_name is present
5
5
this isn't possible for older syntax <= (1 , 0 )
6
6
$ dune build -- root no-name-lib-syntax-1-0
7
7
File " dune" , line 1 , characters 0 -27:
8
- Error: name field cannot be omitted before version 1.1
8
+ Error: name field cannot be omitted before version 1.1 of the dune language
9
9
[1 ]
10
10
11
11
executable(s) stanza works the same way
You can’t perform that action at this time.
0 commit comments