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

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