Skip to content

Commit bc1b1e0

Browse files
committed
add a test case
1 parent f10405b commit bc1b1e0

File tree

6 files changed

+1415
-1288
lines changed

6 files changed

+1415
-1288
lines changed

jscomp/test/build.ninja

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,8 @@ o test/gray_code_test.cmi test/gray_code_test.cmj : cc test/gray_code_test.ml |
335335
o test/guide_for_ext.cmi test/guide_for_ext.cmj : cc test/guide_for_ext.ml | $stdlib
336336
o test/hamming_test.cmi test/hamming_test.cmj : cc test/hamming_test.ml | test/mt.cmj $stdlib
337337
o test/hash_collision_test.cmi test/hash_collision_test.cmj : cc test/hash_collision_test.ml | test/mt.cmj $stdlib
338+
o test/hash_sugar_desugar.cmj : cc_cmi test/hash_sugar_desugar.ml | test/hash_sugar_desugar.cmi $stdlib
339+
o test/hash_sugar_desugar.cmi : cc test/hash_sugar_desugar.mli | $stdlib
338340
o test/hash_test.cmi test/hash_test.cmj : cc test/hash_test.ml | test/mt.cmj test/mt_global.cmj $stdlib
339341
o test/hashtbl_test.cmi test/hashtbl_test.cmj : cc test/hashtbl_test.ml | test/mt.cmj $stdlib
340342
o test/hello.foo.cmi test/hello.foo.cmj : cc test/hello.foo.ml | $stdlib

0 commit comments

Comments
 (0)