/vqdr/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/vqdr/trunk

« back to all changes in this revision

Viewing changes to tests/utils/prefixes.vala

  • Committer: Gustav Hartvigsson
  • Date: 2022-05-30 18:38:18 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20220530183818-wv8qb16e1e3cu4tk
Added test for NamedVector

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
const string UTIL_TEST_FAST_NUMBER_PREFIX = UTIL_TEST_PREFIX + "FastNumber/";
6
6
 
7
7
const string UTIL_TEST_STACK_PREFIX = UTIL_TEST_PREFIX + "Stack/";
 
8
 
 
9
const string UTIL_TEST_NAMED_VECTOR_PREFIX = UTIL_TEST_PREFIX + "NamedVector/";