zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #16444
[Merge] lp:~zorba-coders/zorba/bug1091844 into lp:zorba
Rodolfo Ochoa has proposed merging lp:~zorba-coders/zorba/bug1091844 into lp:zorba.
Commit message:
the problem was a reference to time.h
don't know exactly how this reference affected so much, but this header is not need for this test.
Requested reviews:
Rodolfo Ochoa (rodolfo-ochoa)
Chris Hillery (ceejatec)
Related bugs:
Bug #1091844 in Zorba: "Windows fail to compile, error in test_hashmaps"
https://bugs.launchpad.net/zorba/+bug/1091844
For more details, see:
https://code.launchpad.net/~zorba-coders/zorba/bug1091844/+merge/140539
the problem was a reference to time.h
don't know exactly how this reference affected so much, but this header is not need for this test.
--
https://code.launchpad.net/~zorba-coders/zorba/bug1091844/+merge/140539
Your team Zorba Coders is subscribed to branch lp:zorba.
=== modified file 'src/unit_tests/test_hashmaps.cpp'
--- src/unit_tests/test_hashmaps.cpp 2012-12-12 14:08:58 +0000
+++ src/unit_tests/test_hashmaps.cpp 2012-12-18 20:51:44 +0000
@@ -4,8 +4,6 @@
#include <stdio.h>
#include <iostream>
-#include <zorba/util/time.h>
-
#include "zorbautils/hashmap.h"
#include "util/hashmap32.h"
#include "util/hashmap.h"
Follow ups