summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:07:56 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 02:07:56 -0400
commitb39a321fe6921e0d774ed90a43fa7ff4ac30e9e8 (patch)
treeb1b9b53282e236a40a9b4784c481b52aa3d8c1fd /foo.cc
parent2133a493c47414254b41cf4dce20ae9ea2489dfb (diff)
more pre-commit testing
Diffstat (limited to 'foo.cc')
-rw-r--r--foo.cc2
1 files changed, 1 insertions, 1 deletions
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 ;
}