Skip to content

Commit

Permalink
Re-enable error checking in testArrays
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Rift <anna.rift@hpe.com>
  • Loading branch information
riftEmber committed Oct 1, 2024
1 parent 1154969 commit 340b548
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/test/resolution/testArrays.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ module M {
assert(call->byAst(ETGood).type().type() == AType.type());
}

// TODO: Re-enable error checking once we get more module code resolving
// successfully. Currently enough resolves to do this test, but we get errors
// along the way.
// assert(guard.errors().size() == 0);
assert(guard.errors().size() == 0);
guard.realizeErrors(context);

std::string arrayText;
Expand Down

0 comments on commit 340b548

Please sign in to comment.