Adjust testcase for unknown directive error

Fixes testcase failure caused by fix for issue #394.
This commit is contained in:
Olly Betts 2015-04-30 15:27:12 +12:00
commit 50ba1ea6fa

View file

@ -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. */