We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65b9109 commit 143aa4bCopy full SHA for 143aa4b
runtime/tools/dartfuzz/dartfuzz.dart
@@ -14,7 +14,7 @@ import 'dartfuzz_type_table.dart';
14
// Version of DartFuzz. Increase this each time changes are made
15
// to preserve the property that a given version of DartFuzz yields
16
// the same fuzzed program for a deterministic random seed.
17
-const String version = '1.58';
+const String version = '1.59';
18
19
// Restriction on statements and expressions.
20
const int stmtDepth = 1;
@@ -485,7 +485,6 @@ class DartFuzz {
485
indent -= 2;
486
emitLn('} on OutOfMemoryError {');
487
indent += 2;
488
- emitLn("print(\'oom\');");
489
emitLn("exit(${oomExitCode});");
490
491
emitLn('} catch (e, st) {');
0 commit comments