diff options
Diffstat (limited to 'test/Modules/Inputs/modular_maps/common.h')
-rw-r--r-- | test/Modules/Inputs/modular_maps/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Modules/Inputs/modular_maps/common.h b/test/Modules/Inputs/modular_maps/common.h index f690bcb..349bf5f 100644 --- a/test/Modules/Inputs/modular_maps/common.h +++ b/test/Modules/Inputs/modular_maps/common.h @@ -1,4 +1,4 @@ #ifndef COMMON_H #define COMMON_H -const int c = 2; +const int x = 2; #endif |