| Index: runtime/bin/run_vm_tests_fuchsia.cc
|
| diff --git a/runtime/bin/run_vm_tests_fuchsia.cc b/runtime/bin/run_vm_tests_fuchsia.cc
|
| index 46e16e6dc2b50512311cef3cab0a4fed6283c1cc..38d249a5f782b26467f3a787aa81b98d6f9f0de9 100644
|
| --- a/runtime/bin/run_vm_tests_fuchsia.cc
|
| +++ b/runtime/bin/run_vm_tests_fuchsia.cc
|
| @@ -103,7 +103,7 @@ const char* kBugs[] = {
|
| "Int8ListLengthMaxElements",
|
|
|
| // Assumes initial thread's stack is the same size as spawned thread stacks.
|
| - "StackOverflowStacktraceInfo",
|
| + "StackOverflowStackTraceInfo",
|
| };
|
| // clang-format on
|
|
|
|
|