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

diff --git a/foo.cc b/foo.cc
index a4f517615b848abf00c94963601b595b04625070..cb0497febd7fb7c16fdd74fffdba623ebbe8a0c7 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 3 + 41 ;
+       return 3 + 42 ;
 }