Skip to content

Commit 80f0a25

Browse files
committed
testsuite: promote a no-flat-float-array test
The test was not updated after a warning styling change
1 parent c213744 commit 80f0a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/tests/typing-misc/pr6939-no-flat-float-array.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let rec x = let u = [|y|] in 10. and y = 1.;;
1818
Line 1, characters 16-17:
1919
1 | let rec x = let u = [|y|] in 10. and y = 1.;;
2020
^
21-
Warning 26 [unused-var]: unused variable u.
21+
Warning 26 [unused-var]: unused variable "u".
2222

2323
val x : float = 10.
2424
val y : float = 1.

0 commit comments

Comments
 (0)