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

« back to all changes in this revision

Viewing changes to test/gtest/scopes/internal/RegistryConfig/RegistryConfig_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:
21
21
#include <unity/scopes/ScopeExceptions.h>
22
22
 
23
23
#include <boost/regex.hpp>  // Use Boost implementation until http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53631 is fixed.
 
24
#pragma GCC diagnostic push
 
25
#pragma GCC diagnostic ignored "-Wctor-dtor-privacy"
24
26
#include <gtest/gtest.h>
 
27
#pragma GCC diagnostic pop
25
28
 
26
29
using namespace std;
27
30
using namespace unity;