Changeset 30bf6bf for tests


Ignore:
Timestamp:
Mar 26, 2025, 3:29:50 PM (9 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
10c1770
Parents:
379b6ea
Message:

Change to instantiateGeneric, removing some unneeded output. It isn't much more complex but it is and could be reverted need be. Fixes #199.

Location:
tests/.expect
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tests/.expect/functions.arm64.txt

    r379b6ea r30bf6bf  
    139139
    140140}
    141 struct _conc__tuple2_0;
    142141struct _conc__tuple2_0 {
    143142    signed int field_0;
     
    182181
    183182}
    184 struct _conc__tuple3_1;
    185183struct _conc__tuple3_1 {
    186184    signed int field_0;
     
    202200    __attribute__ ((unused)) struct _conc__tuple3_1 _X9_retval_fT3iii_1 = {  };
    203201}
    204 struct _conc__tuple3_2;
    205202struct _conc__tuple3_2 {
    206203    signed int field_0;
     
    294291    __attribute__ ((unused)) signed int *const _X10_retval_f3KPi_1;
    295292}
    296 struct _conc__tuple2_3;
    297293struct _conc__tuple2_3 {
    298294    signed int *field_0;
  • tests/.expect/functions.x64.txt

    r379b6ea r30bf6bf  
    139139
    140140}
    141 struct _conc__tuple2_0;
    142141struct _conc__tuple2_0 {
    143142    signed int field_0;
     
    182181
    183182}
    184 struct _conc__tuple3_1;
    185183struct _conc__tuple3_1 {
    186184    signed int field_0;
     
    202200    __attribute__ ((unused)) struct _conc__tuple3_1 _X9_retval_fT3iii_1 = {  };
    203201}
    204 struct _conc__tuple3_2;
    205202struct _conc__tuple3_2 {
    206203    signed int field_0;
     
    294291    __attribute__ ((unused)) signed int *const _X10_retval_f3KPi_1;
    295292}
    296 struct _conc__tuple2_3;
    297293struct _conc__tuple2_3 {
    298294    signed int *field_0;
  • tests/.expect/functions.x86.txt

    r379b6ea r30bf6bf  
    139139
    140140}
    141 struct _conc__tuple2_0;
    142141struct _conc__tuple2_0 {
    143142    signed int field_0;
     
    182181
    183182}
    184 struct _conc__tuple3_1;
    185183struct _conc__tuple3_1 {
    186184    signed int field_0;
     
    202200    __attribute__ ((unused)) struct _conc__tuple3_1 _X9_retval_fT3iii_1 = {  };
    203201}
    204 struct _conc__tuple3_2;
    205202struct _conc__tuple3_2 {
    206203    signed int field_0;
     
    294291    __attribute__ ((unused)) signed int *const _X10_retval_f3KPi_1;
    295292}
    296 struct _conc__tuple2_3;
    297293struct _conc__tuple2_3 {
    298294    signed int *field_0;
Note: See TracChangeset for help on using the changeset viewer.