Skip to content

Commit 3929d0b

Browse files
committed
Add failing test for ocaml#1720
1 parent 19cdb39 commit 3929d0b

File tree

2 files changed

+2
-0
lines changed
  • test/blackbox-tests/test-cases/configurator

2 files changed

+2
-0
lines changed

test/blackbox-tests/test-cases/configurator/import-define/run.ml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ let () =
1515
; "CONFIGURATOR_TESTING", C_define.Type.String
1616
; "NEGATIVE_INT", C_define.Type.Int
1717
; "ZERO", C_define.Type.Int
18+
; "sizeof(char)", C_define.Type.Int
1819
]
1920
|> List.iter (fun (n, v) ->
2021
Printf.printf "%s=%s\n"

test/blackbox-tests/test-cases/configurator/run.t

+1
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ Importing #define's from code is successful
1414
CONFIGURATOR_TESTING=foobar
1515
NEGATIVE_INT=-345
1616
ZERO=0
17+
sizeof(char)=1

0 commit comments

Comments
 (0)