summaryrefslogtreecommitdiff
path: root/foo.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-08 23:57:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-08 23:57:49 -0400
commit1bcc8635e33a2b70e7cc64e2d56624fb28b3fd42 (patch)
tree58802bab5945520344311cc8fbb93c2fcb5acc4a /foo.cc
parent310f859b55c04c297c0279d1a69d647938e820f8 (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 72069fc68e..58991a1985 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 +12 ;
+ return 3 +1 -2 ;
}