Skip to content

Commit

Permalink
Fix cxx unittest
Browse files Browse the repository at this point in the history
  • Loading branch information
dchidindu5 committed Oct 25, 2024
1 parent c9fbb97 commit 42c2194
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/src/dmd/dsymbol.h
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ namespace dmd
{
void addMember(Dsymbol *dsym, Scope *sc, ScopeDsymbol *sds);
Dsymbol *search(Dsymbol *d, const Loc &loc, Identifier *ident, SearchOptFlags flags = (SearchOptFlags)SearchOpt::localsOnly);
Dsymbols *include(Dsymbol d, Scope *sc);
Dsymbols *include(Dsymbol *d, Scope *sc);
void setScope(Dsymbol *d, Scope *sc);
void importAll(Dsymbol *d, Scope *sc);
}
1 change: 0 additions & 1 deletion compiler/src/tests/cxxfrontend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -857,7 +857,6 @@ class MiniGlueVisitor : public Visitor
{
//(void)attrib->include(NULL);
dmd::include(attrib, NULL);

continue;
}
if (sym->isTemplateMixin() || sym->isNspace())
Expand Down

0 comments on commit 42c2194

Please sign in to comment.