Skip to content

Commit ad418e8

Browse files
committed
Fix a typo in the testcase.
1 parent bf9e49d commit ad418e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/GraphOpt.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ TEST(GraphOptz, DCE) {
3131
}
3232

3333
// Check that we know how many knows we've created.
34-
EXPECT_EQ(G.getNodes().size(), 40);
34+
EXPECT_EQ(G.getNodes().size(), 80);
3535

3636
// Optimize all of the dead code.
3737
::glow::optimize(G, OptimizationMode::Infer);

0 commit comments

Comments
 (0)