Commit d5e5b4f
committed
tests/lapi: fix require string.buffer
The patch add a check for presence of string.buffer module to the
tests. The module string.buffer built into LuaJIT, but not
available in Tarantool and before the patch the tests were failed.
Needed for google/oss-fuzz#146561 parent 5979171 commit d5e5b4f
File tree
2 files changed
+10
-2
lines changed- tests/lapi
2 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
0 commit comments