mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 05:00:30 -04:00
====================================================================== FAIL: test_version (__main__.NonApiTest) Get a version number out of the output of adb. ---------------------------------------------------------------------- Traceback (most recent call last): File "test_adb.py", line 53, in test_version revision_line, r'^Revision [0-9a-f]{12}-android$') AssertionError: Regexp didn't match: '^Revision [0-9a-f]{12}-android$' not found in 'Revision android-m-preview-1112-ge4c1bb5'
10 lines
221 B
C++
10 lines
221 B
C++
--- adb/fdevent_test.cpp.orig 2015-09-05 00:01:27 UTC
|
|
+++ adb/fdevent_test.cpp
|
|
@@ -18,6 +18,7 @@
|
|
|
|
#include <gtest/gtest.h>
|
|
|
|
+#include <memory> // std::unique_ptr
|
|
#include <queue>
|
|
#include <string>
|
|
#include <vector>
|