summaryrefslogtreecommitdiff
path: root/test/JsonElement.fu
diff options
context:
space:
mode:
Diffstat (limited to 'test/JsonElement.fu')
-rw-r--r--test/JsonElement.fu2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/JsonElement.fu b/test/JsonElement.fu
index 5d5119c..90f5c6e 100644
--- a/test/JsonElement.fu
+++ b/test/JsonElement.fu
@@ -352,7 +352,7 @@ public static class Test
{
public static bool Run()
{
- JsonElement# json; //FAIL: cl
+ JsonElement# json; //FAIL: c leak TODO; cl
json = JsonElement.Parse("\"foo\"");
if (!json.IsString() || json.GetString() != "foo")
return false;