Skip to content

Commit

Permalink
PR
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde committed Apr 18, 2019
1 parent 7745350 commit d76e459
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/dart_isolate_unittests.cc
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ TEST_F(DartIsolateTest, CanRegisterNativeCallback) {

TEST_F(DartIsolateTest, CanSaveCompilationTrace) {
if (DartVM::IsRunningPrecompiledCode()) {
// Can only save compilation traces in non-JIT modes.
// Can only save compilation traces in JIT modes.
GTEST_SKIP();
return;
}
Expand Down

0 comments on commit d76e459

Please sign in to comment.