ports/devel/android-tools-adb-devel/files/patch-adb_fdevent__test.cpp
Jan Beich d1231951cf devel/android-tools-adb-devel: make revision match upstream
======================================================================
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'
2015-09-18 15:43:32 +00:00

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>