From a3db89c6ee161fec096b80c40639309496cab632 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 16 May 2023 11:45:36 +1200 Subject: Document what c_spaceship.i is testing --- Examples/test-suite/errors/c_spaceship.i | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Examples') 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)]; -- cgit v1.2.1