more pre-commit testing
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 04:05:58 +0000 (00:05 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 04:05:58 +0000 (00:05 -0400)
foo.cc

diff --git a/foo.cc b/foo.cc
index 72069fc68e08af989345d2baa16a27fadc4db8b0..58991a19857b251d4f84d54a2054d5e0cb8e456e 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 3 +12 ;
+       return 3 +1 -2 ;
 }