Mir

Merge lp:~vanvugt/mir/fix-1522122 into lp:mir

Proposed by Daniel van Vugt
Status: Merged
Approved by: Kevin DuBois
Approved revision: no longer in the source branch.
Merged at revision: 3170
Proposed branch: lp:~vanvugt/mir/fix-1522122
Merge into: lp:mir
Diff against target: 17 lines (+1/-1)
1 file modified
tests/unit-tests/graphics/test_platform_prober.cpp (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/mir/fix-1522122
Reviewer Review Type Date Requested Status
Kevin DuBois (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Alan Griffiths Approve
Review via email: mp+279395@code.launchpad.net

Commit message

Don't hide the mtd alias in Mesa-only builds like ppc64 (LP: #1522122)

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

LGTM

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Kevin DuBois (kdub) wrote :

lgtm, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'tests/unit-tests/graphics/test_platform_prober.cpp'
2--- tests/unit-tests/graphics/test_platform_prober.cpp 2015-11-19 05:01:36 +0000
3+++ tests/unit-tests/graphics/test_platform_prober.cpp 2015-12-03 08:15:20 +0000
4@@ -31,12 +31,12 @@
5
6 #ifdef MIR_BUILD_PLATFORM_ANDROID
7 #include "mir/test/doubles/mock_android_hw.h"
8-namespace mtd = mir::test::doubles;
9 #endif
10
11 #include "mir_test_framework/udev_environment.h"
12 #include "mir_test_framework/executable_path.h"
13
14+namespace mtd = mir::test::doubles;
15 namespace mtf = mir_test_framework;
16
17 namespace

Subscribers

People subscribed via source and target branches