Skip to content

Commit 3ca7da3

Browse files
committed
big enum generated code
1 parent d6ed078 commit 3ca7da3

File tree

5 files changed

+1552
-1
lines changed

5 files changed

+1552
-1
lines changed

jscomp/test/.depend

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ basic_module_test.cmj : ../stdlib/set.cmj pr6726.cmj offset.cmj \
7373
bb.cmj :
7474
bdd.cmj : ../stdlib/array.cmj
7575
bench.cmj : ../stdlib/array.cmj
76+
big_enum.cmj :
7677
bigarray_test.cmj : ../stdlib/int32.cmj ../stdlib/complex.cmj \
7778
../stdlib/bigarray.cmj
7879
boolean_test.cmj : test_bool_equal.cmj mt.cmj

jscomp/test/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ OTHERS := test_literals a test_ari test_export2 test_internalOO test_obj_simple_
199199
esmodule_ref\
200200
miss_colon_test\
201201
gpr_1245_test\
202-
gpr_2126_test
202+
gpr_2126_test\
203+
big_enum
203204
# bs_uncurry_test
204205
# needs Lam to get rid of Uncurry arity first
205206

0 commit comments

Comments
 (0)