[PPL-devel] [GIT] ppl/ppl(master): Corrected typo causing test failures.

Enea Zaffanella zaffanella at cs.unipr.it
Sat Dec 10 08:10:48 CET 2011


Module: ppl/ppl
Branch: master
Commit: 31dbca0af5eaf369f58e5b1f250c90ba744193de
URL:    http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=31dbca0af5eaf369f58e5b1f250c90ba744193de

Author: Enea Zaffanella <zaffanella at cs.unipr.it>
Date:   Sat Dec 10 08:10:30 2011 +0100

Corrected typo causing test failures.

---

 src/CO_Tree.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/CO_Tree.cc b/src/CO_Tree.cc
index 86fda2f..48b6760 100644
--- a/src/CO_Tree.cc
+++ b/src/CO_Tree.cc
@@ -1045,11 +1045,11 @@ PPL::CO_Tree::move_data_from(CO_Tree& tree) {
 #ifndef NDEBUG
     case 3:
       break;
-#endif
 
     default:
       PPL_UNREACHABLE;
       break;
+#endif
     }
 
     // We now visit the current tree




More information about the PPL-devel mailing list