Skip to content

Commit

Permalink
fixup fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
inclyc committed Sep 18, 2024
1 parent 36e841d commit 409673f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libnixf/test/Parse/ParseOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,10 @@ TEST(Parser, Op_PipeOperator_Forward) {
Parser P(Src, Diags);
auto AST = P.parseExpr();


ASSERT_EQ(AST->kind(), Node::NK_ExprBinOp);
ASSERT_EQ(Diags.size(), 0);
}


TEST(Parser, Op_PipeOperator_Forward_LeftAssosiative) {
auto Src = R"(a |> b |> c)"sv;

Expand Down

0 comments on commit 409673f

Please sign in to comment.