X-Git-Url: http://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/708f4980a90e2a254d7863f875888e9f5c6db0b3..978fd7e56b141f7e4c8930acdbf0a806489e63a5:/tests/macro_int16.res?ds=sidebyside diff --git a/tests/macro_int16.res b/tests/macro_int16.res index ded0150..49cb796 100644 --- a/tests/macro_int16.res +++ b/tests/macro_int16.res @@ -4,6 +4,6 @@ void main(void) { INT16 a, b, c; - c = b - a; + c = a - b; }