Skip to content

Commit

Permalink
enable cycle detection test
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed May 28, 2018
1 parent 1d3904d commit 81dbb35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/libponyc/codegen.cc
Expand Up @@ -614,7 +614,7 @@ TEST_F(CodegenTest, VariableDeclNestedTuple)
TEST_COMPILE(src);
}

TEST_F(CodegenTest, DISABLED_CycleDetector)
TEST_F(CodegenTest, CycleDetector)
{
const char* src =
"actor Ring\n"
Expand Down

0 comments on commit 81dbb35

Please sign in to comment.