Skip to content

Commit 4f53824

Browse files
committed
Debug
1 parent bbc913b commit 4f53824

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

test/cpp/pir/shape_dialect/symbol_dim_expr_test_debug.cc

+1-6
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
namespace symbol::test {
2323

2424
// Construct DimExpr by overloaded operator(+, - , *, /)
25-
TEST(DimExpr, dim_expr_naive) {
26-
DimExpr sym0 = DimExpr("S0");
27-
DimExpr sym1 = DimExpr("S1");
28-
DimExpr constant1 = DimExpr(1);
29-
DimExpr output = (sym0 + sym1) * constant1;
30-
}
25+
TEST(DimExpr, dim_expr_naive) { std::cout << "Debug"; }
3126

3227
} // namespace symbol::test

0 commit comments

Comments
 (0)