[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor/master] Try to fix windows test build (#18012)
commit b5ce3329581b29c61e81f69a5768d7ec0d4e30bf
Author: Nick Mathewson <nickm@xxxxxxxxxxxxxx>
Date: Thu Jan 7 09:25:44 2016 -0800
Try to fix windows test build (#18012)
---
src/test/test_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/test_util.c b/src/test/test_util.c
index bf789c5..fd711a2 100644
--- a/src/test/test_util.c
+++ b/src/test/test_util.c
@@ -4676,7 +4676,7 @@ test_util_pwdb(void *arg)
#ifdef _WIN32
#define UTIL_TEST_NO_WIN(n, f) { #n, NULL, TT_SKIP, NULL, NULL }
#define UTIL_TEST_WIN_ONLY(n, f) UTIL_TEST(n, (f))
-#define UTIL_LEGACY_NO_WIN(n) UTIL_NO_WIN(n)
+#define UTIL_LEGACY_NO_WIN(n) UTIL_TEST_NO_WIN(n)
#else
#define UTIL_TEST_NO_WIN(n, f) UTIL_TEST(n, (f))
#define UTIL_TEST_WIN_ONLY(n, f) { #n, NULL, TT_SKIP, NULL, NULL }
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits