Skip to content
Snippets Groups Projects
Commit 59a18362 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

test suite: Move invariant data to text segment.

parent addc5ec7
No related branches found
No related tags found
1 merge request!31Draft: Attempt at fuller exchanger interface
......@@ -97,7 +97,7 @@ int main(int argc, char **argv)
int *exchanger_code = parse_options(&argc, &argv);
Xt_config config = xt_config_new();
int mt_configs_2_test[] = {
static const int mt_configs_2_test[] = {
XT_MT_NONE,
#ifdef _OPENMP
XT_MT_OPENMP,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment