]> www.ginac.de Git - ginac.git/blobdiff - check/exam_misc.cpp
- minor cleanup.
[ginac.git] / check / exam_misc.cpp
index 353afce2a0840fcf84a3cac240020b9948d9a776..17101bc5fcb2370983be434283e7f3706b4a5d9e 100644 (file)
@@ -139,7 +139,7 @@ static unsigned exam_operator_semantics(void)
        ex e1, e2;
        int i1, i2;
        
-       // Assignment should not return const ex:
+       // Assignment should not return const ex though it may be obfuscated:
        e1 = 7; e2 = 4;
        i1 = 7; i2 = 4;
        (e1 = e2) = 2;