Skip to content

Commit

Permalink
[test] Mark no C++20 implementation.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfusik committed Oct 9, 2021
1 parent 03554a9 commit 837e766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/StringInterpolatedTemporary.ci
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ public static class Test

public static bool Run()
{
return Accept($"{40 + 2}"); // FAIL: c TODO memleak; cl
return Accept($"{40 + 2}"); //FAIL: c TODO memleak; cpp - should work with C++20; cl
}
}

0 comments on commit 837e766

Please sign in to comment.