From b39a321fe6921e0d774ed90a43fa7ff4ac30e9e8 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 9 May 2015 02:07:56 -0400 Subject: [PATCH] more pre-commit testing --- foo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; } -- 2.30.2