Index: runtime/vm/profiler_test.cc |
diff --git a/runtime/vm/profiler_test.cc b/runtime/vm/profiler_test.cc |
index af0a26d30dbfff2b7ff82ed827fc0222cafd8489..ac7309bd9b7cdd8b621d4c871fe71d00bf0162ce 100644 |
--- a/runtime/vm/profiler_test.cc |
+++ b/runtime/vm/profiler_test.cc |
@@ -1370,6 +1370,8 @@ TEST_CASE(Profiler_FunctionInline) { |
TEST_CASE(Profiler_ChainedSamples) { |
MaxProfileDepthScope mpds(32); |
+ DisableNativeProfileScope dnps; |
+ |
// Each sample holds 8 stack frames. |
// This chain is 20 stack frames deep. |
const char* kScript = |