Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahy0825 committed Dec 18, 2023
1 parent bbc913b commit 4f53824
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions test/cpp/pir/shape_dialect/symbol_dim_expr_test_debug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,6 @@
namespace symbol::test {

// Construct DimExpr by overloaded operator(+, - , *, /)
TEST(DimExpr, dim_expr_naive) {
DimExpr sym0 = DimExpr("S0");
DimExpr sym1 = DimExpr("S1");
DimExpr constant1 = DimExpr(1);
DimExpr output = (sym0 + sym1) * constant1;
}
TEST(DimExpr, dim_expr_naive) { std::cout << "Debug"; }

} // namespace symbol::test

0 comments on commit 4f53824

Please sign in to comment.