File tree 2 files changed +3
-9
lines changed
test/blackbox-tests/test-cases
2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ include Sub_system.Register_end_point (struct
167
167
match mode with
168
168
| Native -> Exe.Linkage. native
169
169
| Best -> Exe.Linkage. native_or_custom (Super_context. context sctx)
170
- | Byte -> Exe.Linkage. byte
170
+ | Byte -> Exe.Linkage. custom ( Super_context. context sctx)
171
171
| Javascript -> Exe.Linkage. js)
172
172
in
173
173
let * () =
@@ -212,7 +212,7 @@ include Sub_system.Register_end_point (struct
212
212
match mode with
213
213
| Native | Best -> " .exe"
214
214
| Javascript -> " .bc.js"
215
- | Byte -> " .bc "
215
+ | Byte -> " .exe "
216
216
in
217
217
let custom_runner =
218
218
match mode with
Original file line number Diff line number Diff line change @@ -26,10 +26,4 @@ Reproduction case for #5515
26
26
> EOF
27
27
28
28
$ dune test
29
- File " dune" , line 4 , characters 1 -28:
30
- 4 | (inline_tests (modes byte))
31
- ^^^^^^^^^^^^^^^^^^^^^^^^^^ ^
32
- You are doing something unexpected with the tests. No tests have
33
- been run . You should use the inline_tests_runner script to run
34
- tests.
35
- [1 ]
29
+ byte
You can’t perform that action at this time.
0 commit comments