| Index: runtime/vm/profiler_test.cc
|
| diff --git a/runtime/vm/profiler_test.cc b/runtime/vm/profiler_test.cc
|
| index e1b28fe9f1590a8c403e1723f92ad916c7487178..6d63bc19b99f0c052a76f557383a96ed922e6e48 100644
|
| --- a/runtime/vm/profiler_test.cc
|
| +++ b/runtime/vm/profiler_test.cc
|
| @@ -1109,6 +1109,7 @@ TEST_CASE(Profiler_StringAllocation) {
|
|
|
| TEST_CASE(Profiler_StringInterpolation) {
|
| DisableNativeProfileScope dnps;
|
| + DisableBackgroundCompilationScope dbcs;
|
| const char* kScript = "String foo(String a, String b) => '$a | $b';";
|
| Dart_Handle lib = TestCase::LoadTestScript(kScript, NULL);
|
| EXPECT_VALID(lib);
|
|
|