From: Paul Davis Date: Sat, 9 May 2015 06:07:56 +0000 (-0400) Subject: more pre-commit testing X-Git-Tag: 4.1~193 X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=commitdiff_plain;h=b39a321fe6921e0d774ed90a43fa7ff4ac30e9e8 more pre-commit testing --- diff --git a/foo.cc b/foo.cc index 1e415f7857..50a12f4f39 100644 --- a/foo.cc +++ b/foo.cc @@ -1,4 +1,4 @@ int main() { int i; - return 2 + 24 ; + return 2 + 24 -1 ; }