Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ethteck committed Jul 31, 2024
1 parent 7727766 commit 80e58ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/basic_app/expected/src/main.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "common.h"

INCLUDE_RODATA(const s32, "main", D_80000510);
INCLUDE_RODATA("test/basic_app/split/asm/nonmatchings/main", D_80000510);

INCLUDE_ASM(const s32, "main", func_80000400);
INCLUDE_ASM("test/basic_app/split/asm/nonmatchings/main", func_80000400);

INCLUDE_ASM(const s32, "main", func_800004A0);
INCLUDE_ASM("test/basic_app/split/asm/nonmatchings/main", func_800004A0);

0 comments on commit 80e58ac

Please sign in to comment.