Add test coverage for unterminated %{ ... %} block

This commit is contained in:
Olly Betts 2015-01-08 13:20:37 +13:00
commit 8fbdd75a0b
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
%module xxx
%{
int foo(int x);

View file

@ -0,0 +1 @@
pp_unterminated_block.i:3: Error: Unterminated %{ ... %} block