summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:30:48 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 01:30:48 -0400
commitd950be7360ac56299bf4ad0c80b498dd2ff1afeb (patch)
treea295ae937312b2b6eb5f710b3f2cbba7ffe579fd /foo.cc
parent770756cf8368a221049c6cbe8d59b789d0f28c36 (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 5d614f031d..a4f517615b 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 + 4 ;
+ return 3 + 41 ;
}