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