|
62 | 62 | vsn_3/1, |
63 | 63 | infinite_loop/0,infinite_loop/1, |
64 | 64 | native_record/1, |
65 | | - use_nifs/1,gh_11352/1,gh_11367/1]). |
| 65 | + use_nifs/1,gh_11352/1,gh_11367/1, |
| 66 | + gh_11414/1]). |
66 | 67 |
|
67 | 68 | -include_lib("common_test/include/ct.hrl"). |
68 | 69 | -include_lib("stdlib/include/assert.hrl"). |
@@ -92,7 +93,7 @@ groups() -> |
92 | 93 | otp_7202,on_load,on_load_inline, |
93 | 94 | string_table,otp_8949_a,split_cases, |
94 | 95 | infinite_loop, native_record, |
95 | | - use_nifs,gh_11352,gh_11367]}]. |
| 96 | + use_nifs,gh_11352,gh_11367,gh_11414]}]. |
96 | 97 |
|
97 | 98 | init_per_suite(Config) -> |
98 | 99 | test_lib:recompile(?MODULE), |
@@ -148,6 +149,7 @@ end_per_group(_GroupName, Config) -> |
148 | 149 | ?comp(use_nifs). |
149 | 150 | ?comp(gh_11352). |
150 | 151 | ?comp(gh_11367). |
| 152 | +?comp(gh_11414). |
151 | 153 |
|
152 | 154 | infinite_loop() -> [{timetrap,{minutes,1}}]. |
153 | 155 | ?comp(infinite_loop). |
|
0 commit comments