summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:00:48 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-09 00:00:48 -0400
commit558a997911cd7c382de87fb0a611290ddba03bb1 (patch)
tree913df96b36d6bc85eb23dfd4ea2209e5578646be /foo.cc
parent9ced0a3936b8264df00406e08af5505f421f5b15 (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 e83e3633a2..72069fc68e 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 +1 ;
+ return 3 +12 ;
}