/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/stack.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:
14
14
      Test.message ("The newly created Stack" +
15
15
                    " has the reports it's not empty.");
16
16
    }
 
17
    
17
18
  });
18
19
 
19
20
  Test.add_func (UTIL_TEST_STACK_PREFIX + "push_pop", () => {