summaryrefslogtreecommitdiff
path: root/Examples/test-suite/li_constraints.i
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2007-07-24 21:29:12 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2007-07-24 21:29:12 +0000
commitc70e98d1857e0e1522deda71f01894b72e7bef18 (patch)
tree03de63deb5ebf08cf35da90751b7294e2d6a26cb /Examples/test-suite/li_constraints.i
parent394eb137377e82649922700fd935a32c492e598e (diff)
downloadswig-c70e98d1857e0e1522deda71f01894b72e7bef18.tar.gz
remove non-portable test
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9877 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'Examples/test-suite/li_constraints.i')
-rw-r--r--Examples/test-suite/li_constraints.i3
1 files changed, 3 insertions, 0 deletions
diff --git a/Examples/test-suite/li_constraints.i b/Examples/test-suite/li_constraints.i
index 9de71a914..1bbecf180 100644
--- a/Examples/test-suite/li_constraints.i
+++ b/Examples/test-suite/li_constraints.i
@@ -20,6 +20,8 @@ void test_nonzero(double NONZERO) {
void test_nonnull(void *NONNULL) {
}
+/* These generated non-portable code and there isn't an obvious fix
+
void test_align8(void *ALIGN8) {
}
@@ -28,5 +30,6 @@ void test_align4(void *ALIGN4) {
void test_align2(void *ALIGN2) {
}
+*/
%}