Changeset 20c79bf in rtems


Ignore:
Timestamp:
08/07/20 18:30:09 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
master
Children:
c1354f0
Parents:
6626ed50
git-author:
Sebastian Huber <sebastian.huber@…> (08/07/20 18:30:09)
git-committer:
Sebastian Huber <sebastian.huber@…> (08/10/20 09:49:28)
Message:

libtest: Constify

Update #3199.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libtest/t-test-interrupt.c

    r6626ed50 r20c79bf  
    353353}
    354354
    355 static T_fixture T_interrupt_fixture = {
     355static const T_fixture T_interrupt_fixture = {
    356356        .teardown = T_interrupt_teardown,
    357357        .initial_context = &T_interrupt_instance
Note: See TracChangeset for help on using the changeset viewer.