Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix bogus test (wrong alignment)
  • Loading branch information
FROGGS committed May 19, 2015
1 parent 9186fdf commit 0d075f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions t/04-nativecall/13-union.c
Expand Up @@ -25,8 +25,7 @@ typedef struct {

typedef struct {
long intval;
float numval1;
float numval2;
double numval;
signed char byteval;
} YourStruct;

Expand Down
3 changes: 1 addition & 2 deletions t/04-nativecall/13-union.t
Expand Up @@ -118,8 +118,7 @@ is $onion.c, 1 +< 6, 'char in union*';

class YourStruct is repr('CStruct') {
has long $.long;
has num32 $.num1;
has num32 $.num2;
has num64 $.num;
has int8 $.byte;
}

Expand Down

0 comments on commit 0d075f3

Please sign in to comment.