Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 13, 2024
1 parent 544605d commit e53ed5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ram_bundle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ impl<'a> SplitRamBundleModuleIter<'a> {
token.get_src_col(),
token.get_source(),
token.get_name(),
false,
);
if token.get_source().is_some() && !builder.has_source_contents(raw.src_id) {
builder.set_source_contents(
Expand Down

0 comments on commit e53ed5f

Please sign in to comment.