Index: runtime/vm/dart_api_impl_test.cc |
diff --git a/runtime/vm/dart_api_impl_test.cc b/runtime/vm/dart_api_impl_test.cc |
index 8ea81a97c7c1f2d24945b1b3951c8b290a78109d..70d59d9c04532526e113c5c36d70ec7d299d4676 100644 |
--- a/runtime/vm/dart_api_impl_test.cc |
+++ b/runtime/vm/dart_api_impl_test.cc |
@@ -3980,7 +3980,7 @@ TEST_CASE(TypeGetNonParamtericTypes) { |
} |
-TEST_CASE(TypeGetParamterizedTypes) { |
+TEST_CASE(TypeGetParameterizedTypes) { |
const char* kScriptChars = |
"class MyClass0<A, B> {\n" |
"}\n" |