more pre-commit testing
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 03:34:54 +0000 (23:34 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 03:34:54 +0000 (23:34 -0400)
foo.cc

diff --git a/foo.cc b/foo.cc
index 016fe43c329a56aa1f0a7c0b8110f0233bfd3f53..e83e3633a26c2adc2b3867fee617bb43f9076c7a 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 3;
+       return 3 +1 ;
 }