Skip to content

Commit

Permalink
Disable case in pp_constant.i which never actually worked
Browse files Browse the repository at this point in the history
  • Loading branch information
ojwb committed Sep 3, 2014
1 parent d3b3ff2 commit b9fe7b5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Examples/test-suite/errors/pp_constant.i
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ comment */
%constant int ddd=;

#define E1 1234
#/*C comment*/define E2 1234
// This case doesn't actually work, but appeared to before we gave an error
// for unknown preprocessor directives.
// #/*C comment*/define E2 1234
#define E3 1234

%constant int eee=;
Expand Down

0 comments on commit b9fe7b5

Please sign in to comment.