From 0523e97db023ccfc2ca9c7fc82d4fe8a7bb7ee7d Mon Sep 17 00:00:00 2001 From: "ahe@google.com" Date: Fri, 2 Mar 2012 14:49:29 +0000 Subject: [PATCH] Expect a '(' before calling parseArguments (which asserts this is the case). Review URL: https://chromiumcodereview.appspot.com//9586007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@4877 260f80e4-7a28-3924-810f-c04153c831b5 --- tests/co19/co19-leg.status | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status index 6ded7e886a1..72d89e500d2 100644 --- a/tests/co19/co19-leg.status +++ b/tests/co19/co19-leg.status @@ -39,7 +39,6 @@ LibTest/core/ReceivePort/*: Fail, OK [ $component == leg ] Language/10_Expressions/01_Constants_A16_t01: Crash # TODO(ahe): Investigate. Language/10_Expressions/01_Constants_A16_t02: Crash # TODO(ahe): Investigate. -Language/10_Expressions/10_Instance_Creation/2_Const_A01_t02: Crash # TODO(ahe): Investigate. Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_A05_t01: Crash # TODO(ahe): Investigate. Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A02_t04: Crash # TODO(ahe): Investigate. Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t01: Crash # TODO(ahe): Investigate.