Fix preproc_line_file test

This commit is contained in:
William S Fulton 2015-01-26 22:35:17 +00:00
parent ee4aa853b8
commit 21b176f07f
2 changed files with 2 additions and 6 deletions

View File

@ -63,7 +63,7 @@ public class preproc_line_file_runme {
if (SillyMacroClass.LINE_NUM != 56)
throw new RuntimeException("preproc failure");
if (SillyMultipleMacroStruct.LINE_NUM != 81)
if (SillyMulMacroStruc.LINE_NUM != 81)
throw new RuntimeException("preproc failure");
if (preproc_line_file.INLINE_LINE != 87)

View File

@ -41,10 +41,6 @@ const int NUMBER_UNIQUE(thing) = -2; /* resolves to thing28 */
/* spare space */
#endif
#ifdef SWIGSCILAB
%rename(SillyMulMacroSt) SillyMultipleMacroStruct;
#endif
%{
struct SillyStruct {
int num;
@ -82,7 +78,7 @@ struct NAME { \
int num; \
};
#endif
KLASS(SillyMultipleMacroStruct)
KLASS(SillyMulMacroStruc)
%}
%inline %{