~unity-team/unity-scopes-api/trunk

« back to all changes in this revision

Viewing changes to test/gtest/scopes/Annotation/Annotation_test.cpp

  • Committer: Bileto Bot
  • Date: 2017-01-16 02:42:04 UTC
  • mfrom: (372.1.2 merge-devel)
  • Revision ID: ci-train-bot@canonical.com-20170116024204-uf4w7rq6k9qat69k
* Create $HOME/.local/share/applications if it does not exist. lp:1645798
* Fixed lots of compiler warnings.
* Changed cmake files to work with new gtest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
 * Authored by: Pawel Stolowski <pawel.stolowski@canonical.com>
17
17
 */
18
18
 
 
19
#pragma GCC diagnostic push
 
20
#pragma GCC diagnostic ignored "-Wctor-dtor-privacy"
19
21
#include <gtest/gtest.h>
 
22
#pragma GCC diagnostic pop
 
23
 
20
24
#include <unity/scopes/Annotation.h>
21
25
#include <unity/scopes/CannedQuery.h>
22
26
#include <unity/scopes/internal/CannedQueryImpl.h>