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

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