Fix STATUS for string_interpolate_test [TBR].

Bug:
Change-Id: Iecfc7bd23cc85d8607bca72ca95a039bb37486aa
Reviewed-on: https://dart-review.googlesource.com/7100
Reviewed-by: Phil Quitslund <pquitslund@google.com>
This commit is contained in:
pq 2017-09-19 18:06:28 +00:00 committed by Phil Quitslund
parent c0bf4ab395
commit 54c29a24f5

View file

@ -587,3 +587,4 @@ generic_methods_simple_is_expression_test: CompileTimeError # Issue 29070
generic_methods_local_variable_declaration_test: CompileTimeError # Issue 29070
generic_methods_type_expression_test: CompileTimeError # Incorrectly disallows type parameter in "is" test.
constant_type_literal_test/01: MissingCompileTimeError # Issue 28823
string_interpolate_test: CompileTimeError