Skip to content

Commit f187c25

Browse files
committed
Refine test fixtures for compiler-log
1 parent 48d6a73 commit f187c25

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

test/fixtures/compiler/compiler-log.exp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/Users/ryyppy/Projects/reason-association/vim-rescript/src/foo.res:12:6 -> [E] (Syntax) Did you forget a `=` here?
1+
/Users/rescript/Projects/vim-rescript/src/foo.res:12:6 -> [E] (Syntax) Did you forget a `=` here?
22
/Users/rescript/Projects/vim-rescript/src/Text.res:47:11 -> [W] (Warning 20) deprecated: Pervasives.string_of_float Please use something else, otherwise we can't do much about it
33
/Users/rescript/Projects/vim-rescript/src/Button.res:50:58 -> [E] This has type: list<t> Somewhere wanted: string => int
44
/Users/rescript/Projects/vim-rescript/src/Json.res:20:11 -> [W] (Warning 3) deprecated: Pervasives.string_of_float Please use Js.Float.toString instead, string_of_float generates unparseable floats

test/fixtures/compiler/compiler-log.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#Start(1402242571131)
22

33
Syntax error!
4-
/Users/ryyppy/Projects/reason-association/vim-rescript/src/foo.res:12:6
4+
/Users/rescript/Projects/vim-rescript/src/foo.res:12:6
55

66
10 │ let f = "test"
77
11 │

0 commit comments

Comments
 (0)