~marcustomlinson/unity-scopes-api/fix-clang-warnings

« back to all changes in this revision

Viewing changes to test/gtest/scopes/stress/scopes/scope2/scope2.map.in

  • Committer: Pawel Stolowski
  • Date: 2015-09-07 14:10:41 UTC
  • mfrom: (163.68.55 single-tree)
  • Revision ID: pawel.stolowski@canonical.com-20150907141041-2q7ozw68rwn3vyb7
MergedĀ lp:~michihenning/unity-scopes-api/single-tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
global:
3
 
        "unity_scope_create_v@UNITY_SCOPES_MAJOR@_@UNITY_SCOPES_MINOR@";
4
 
        "unity_scope_destroy";
5
 
local:
6
 
    extern "C++" {
7
 
        *;
8
 
    };
9
 
};