summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:24:11 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:24:11 -0400
commitd4cdcf30057b76d6175d2ff9d6fe30b2fa105305 (patch)
tree4d94de1c9bc0247c7e503890768ebbac998dd7da /foo.cc
parentb3bc78464a1b217b397ff8769ca5eaf35892bb52 (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 4de4c1c3f8..d85e3075e7 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 - 1 ;
+ return 3 - 6 ;
}