Skip to content

Commit 64de5f9

Browse files
committed
Update tests
1 parent 4ec89bd commit 64de5f9

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

tests/unit/union_cross_arm_cast.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// no-compile: refcount
1+
// panic: refcount
22
#include <assert.h>
33
#include <stddef.h>
44
#include <stdint.h>

tests/unit/union_nested.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// no-compile: refcount
1+
// panic: refcount
22
#include <assert.h>
33
#include <stdint.h>
44
#include <string.h>

tests/unit/union_pointer_pun_address.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// no-compile: refcount
1+
// panic: refcount
22
#include <assert.h>
33

44
struct node_a {

tests/unit/union_struct_dual_use.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// no-compile: refcount
1+
// panic: refcount
22
#include <assert.h>
33
#include <string.h>
44

0 commit comments

Comments
 (0)