summaryrefslogtreecommitdiff
path: root/Examples
diff options
context:
space:
mode:
authorOlly Betts <olly@survex.com>2023-05-16 11:45:36 +1200
committerOlly Betts <olly@survex.com>2023-05-16 11:45:36 +1200
commita3db89c6ee161fec096b80c40639309496cab632 (patch)
tree2be78fed6039fa6c422e73ae4e24bb188c8305c7 /Examples
parentc9bcc3954024e2f62fddbcfdc75e45f5c5eac215 (diff)
downloadswig-a3db89c6ee161fec096b80c40639309496cab632.tar.gz
Document what c_spaceship.i is testing
Diffstat (limited to 'Examples')
-rw-r--r--Examples/test-suite/errors/c_spaceship.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/test-suite/errors/c_spaceship.i b/Examples/test-suite/errors/c_spaceship.i
index 9be490c54..da0d6c7dd 100644
--- a/Examples/test-suite/errors/c_spaceship.i
+++ b/Examples/test-suite/errors/c_spaceship.i
@@ -1,3 +1,3 @@
%module xxx
-
+/* Test that the spaceship operator gives an error in C mode. */
int a[(1<=>2>1)];