Skip to content

Commit

Permalink
Increment DATA_VERSION, probably fix integration tests.
Browse files Browse the repository at this point in the history
Change-Id: I99b1de66fae885b6a2f0da995acc2721dc04e2a6
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/349702
Reviewed-by: Brian Wilkerson <brianwilkerson@google.com>
Commit-Queue: Konstantin Shcheglov <scheglov@google.com>
  • Loading branch information
scheglov authored and Commit Queue committed Feb 1, 2024
1 parent 394538e commit 0151574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/analyzer/lib/src/dart/analysis/driver.dart
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import 'package:meta/meta.dart';
// TODO(scheglov): Clean up the list of implicitly analyzed files.
class AnalysisDriver {
/// The version of data format, should be incremented on every format change.
static const int DATA_VERSION = 333;
static const int DATA_VERSION = 335;

/// The number of exception contexts allowed to write. Once this field is
/// zero, we stop writing any new exception contexts in this process.
Expand Down

0 comments on commit 0151574

Please sign in to comment.