diff --git a/Examples/test-suite/preproc_line_file.i b/Examples/test-suite/preproc_line_file.i index e8ca47cbc..5b75d0a20 100644 --- a/Examples/test-suite/preproc_line_file.i +++ b/Examples/test-suite/preproc_line_file.i @@ -29,11 +29,11 @@ const int NUMBER_UNIQUE(thing) = -2; /* resolves to thing28 */ #define MYLINE2 __LINE__ -#ifdef SWIGJAVA %javaconst(1); -#endif %{ -struct SillyStruct { int num; /* static const int line_num = __LINE__; */ +struct SillyStruct { + int num; + /* static const int line_num = __LINE__; */ }; %} struct SillyStruct {