Skip to content

Commit 2b9d475

Browse files
committed
Promote probe.reference again
(cherry picked from commit 2284054)
1 parent 9e7d754 commit 2b9d475

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"*.mlp": "ocaml",
88
"smmintrin.h": "c",
99
"tmmintrin.h": "c",
10-
"pmmintrin.h": "c"
10+
"pmmintrin.h": "c",
11+
"*.tbl": "c"
1112
}
12-
}
13+
}

ocaml/testsuite/tests/typing-layouts-err-msg/probe.reference

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
File "probe.ml", line 12, characters 6-7:
1+
File "probe.ml", line 13, characters 6-7:
22
13 | let f () = x in
33
^
44
Warning 26 [unused-var]: unused variable f.
55

6-
File "probe.ml", lines 11-14, characters 20-2:
6+
File "probe.ml", lines 12-15, characters 20-2:
77
12 | ....................[%probe "a" (
88
13 | let f () = x in
99
14 | ()

0 commit comments

Comments
 (0)