~ricotz/plank/consolidate-api

« back to all changes in this revision

Viewing changes to tests/test-config.vapi

  • Committer: Rico Tzschichholz
  • Date: 2015-11-03 10:37:19 UTC
  • Revision ID: ricotz@ubuntu.com-20151103103719-s2gik7a9cnove1tg
Drop nested namespaces

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
//
19
19
 
20
20
[CCode (cprefix = "", lower_case_cprefix = "", cheader_filename = "test-config.h")]
21
 
namespace Plank.Tests.Config {
 
21
namespace PlankTests.Config
 
22
{
22
23
        public const string DATA_DIR;
23
24
        public const string HOME_DIR;
24
25
}