Skip to content

Commit 1086040

Browse files
committed
fixed test file name (was incorrect case)
1 parent d274ccf commit 1086040

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

test/functional/Eval.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ tests =
127127
$ goldenTest "TMulti.hs"
128128
, testCase
129129
"Evaluate expressions in Plain comments in both single line and multi line format"
130-
$ goldenTest "TPLain.hs"
130+
$ goldenTest "TPlainComment.hs"
131131
, testCase
132132
"Evaluate expressions in Haddock comments in both single line and multi line format"
133133
$ goldenTest "THaddock.hs"
File renamed without changes.

test/testdata/eval/hie.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cradle:
2828
- "T25"
2929
- "T26"
3030
- "TMulti"
31-
- "TPlain"
31+
- "TPlainComment"
3232
- "THaddock"
3333
- "TCompare"
3434
- "TLocalImport"

0 commit comments

Comments
 (0)