Skip to content

Commit 7a48225

Browse files
committed
Upgrade climate in tests
1 parent 61b5f4e commit 7a48225

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cmdlang-tests.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"dune" {>= "3.17"}
1212
"ocaml" {>= "5.2"}
1313
"base" {>= "v0.17"}
14-
"climate" {>= "0.8.0"}
14+
"climate" {>= "0.8.5"}
1515
"cmdlang" {= version}
1616
"cmdlang-stdlib-runner" {= version}
1717
"cmdlang-to-base" {= version}

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
(base
104104
(>= v0.17))
105105
(climate
106-
(>= 0.8.0))
106+
(>= 0.8.5))
107107
(cmdlang
108108
(= :version))
109109
(cmdlang-stdlib-runner

test/cram/group.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ default, when it is invoked with an invalid subcommand name.
336336
[1]
337337

338338
$ ./main_climate.exe invalid
339-
Error: No such subcommand: invalid
339+
Error: No such subcommand: "invalid"
340340

341341
Usage: ./main_climate.exe [COMMAND]
342342
./main_climate.exe [OPTION]…

0 commit comments

Comments
 (0)