Adjust testcase for unknown directive error
Fixes testcase failure caused by fix for issue #394.
This commit is contained in:
parent
d26a505dad
commit
50ba1ea6fa
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
%module xxx
|
||||
|
||||
#ifdef FOO
|
||||
#ifndef FOO
|
||||
long long i;
|
||||
/* Check we get an error for an unknown directive (this should be #elif).
|
||||
* Unknown directives were silently ignored by SWIG < 3.0.3. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue