[Tarantool-patches] [PATCH v2] build: disable LUAJIT_ENABLE_PAIRSMM
Vladislav Shpilevoy
v.shpilevoy at tarantool.org
Tue Mar 17 01:05:39 MSK 2020
> diff --git a/test/box/gh-4770-broken-pairs-for-space-objects.result b/test/box/gh-4770-broken-pairs-for-space-objects.result
> index 3ac5995c2..c678714ee 100644
> --- a/test/box/gh-4770-broken-pairs-for-space-objects.result
> +++ b/test/box/gh-4770-broken-pairs-for-space-objects.result
> @@ -1,14 +1,7 @@
> -- test-run result file version 2
> -env = require('test_run')
> +test_run = require('test_run').new()
Seems like you don't need 'test_run' object either.
But ok, LGTM.
More information about the Tarantool-patches
mailing list