Skip to content

Commit 4f4490b

Browse files
committed
test: [Char] -> String
1 parent a9e218d commit 4f4490b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/hls-eval-plugin/test/testdata/T8.expected.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module T8 where
55
-- Variable not in scope: noFunctionWithThisName
66

77
-- >>> "a" + "bc"
8-
-- No instance for (Num [Char]) arising from a use of ‘+’
8+
-- No instance for (Num String) arising from a use of ‘+’
99

1010
-- >>> "
1111
-- lexical error in string/character literal at end of input

0 commit comments

Comments
 (0)