more pre-commit testing
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 06:07:56 +0000 (02:07 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 9 May 2015 06:07:56 +0000 (02:07 -0400)
foo.cc

diff --git a/foo.cc b/foo.cc
index 1e415f7857f18e48f169e71af22f9b5204946f69..50a12f4f396971ca8c4b857a3119f617477863da 100644 (file)
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
 int main() {
     int i;
-       return 2 + 24 ;
+       return 2 + 24 -1 ;
 }