summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-05-08 23:59:25 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-05-08 23:59:25 -0400
commit3898ae2ccc754d7537bd020634bbf36f3603218f (patch)
treebda0d49dfc060dbe8b4c01cffd8eee323e3709b6
parent1bcc8635e33a2b70e7cc64e2d56624fb28b3fd42 (diff)
more pre-commit testing
-rw-r--r--foo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/foo.cc b/foo.cc
index 58991a1985..e58df75e79 100644
--- a/foo.cc
+++ b/foo.cc
@@ -1,4 +1,4 @@
int main() {
int i;
- return 3 +1 -2 ;
+ return 3 +1 +2 ;
}