Fix test for non Java langs
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12193 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
69af82caa4
commit
13d18e4c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
%module preproc_line_file
|
||||
%javaconst(1);
|
||||
|
||||
// Test __LINE__ and __FILE__ (don't change line numbers in here else runtime tests will need modifying)
|
||||
#define MYLINE __LINE__
|
||||
#define MYLINE_ADJUSTED __LINE__ + 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue