| Index: runtime/vm/compiler_test.cc
|
| diff --git a/runtime/vm/compiler_test.cc b/runtime/vm/compiler_test.cc
|
| index f76720a1279aaeef6834ab4be98d461b6706ee11..8dd7c2f135c95eb3d89c58322b97b531804bd938 100644
|
| --- a/runtime/vm/compiler_test.cc
|
| +++ b/runtime/vm/compiler_test.cc
|
| @@ -123,7 +123,6 @@ TEST_CASE(RegenerateAllocStubs) {
|
| " return unOpt();\n"
|
| "}\n";
|
|
|
| - // Isolate::Current()->flags().set_checked(true);
|
| Dart_Handle lib = TestCase::LoadTestScript(kScriptChars, NULL);
|
| Dart_Handle result = Dart_Invoke(lib, NewString("main"), 0, NULL);
|
| EXPECT_VALID(result);
|
|
|