~kdub/+junk/no-native

« back to all changes in this revision

Viewing changes to tests/unit-tests/graphics/android/test_platform.cpp

  • Committer: Kevin DuBois
  • Date: 2014-11-17 18:38:55 UTC
  • mfrom: (2050.5.10 mesa-platform-split)
  • Revision ID: kevin.dubois@canonical.com-20141117183855-pmmmzpcw461tyq05
merge in no-2step

Show diffs side-by-side

added added

removed removed

Lines of Context:
239
239
    EXPECT_CALL(hwaccess, hw_get_module(StrEq(GRALLOC_HARDWARE_MODULE_ID), _))
240
240
        .Times(AtMost(1));
241
241
 
242
 
    auto platform = mg::create_native_platform(mt::fake_shared(stub_report));
 
242
    auto platform = mg::create_native_platform(mt::fake_shared(stub_report), nullptr);
243
243
}