Skip to content
Snippets Groups Projects
Commit f3d52e08 authored by Natalie Weizenbaum's avatar Natalie Weizenbaum Committed by GitHub
Browse files

Fix a typo. (#476)

parent e1179127
Loading
......@@ -85,7 +85,7 @@ class Declarer {
/// entries built by the declarer. Note that this can be noticeably slow when
/// thousands of tests are being declared (see #457).
Declarer({Metadata metadata, bool collectTraces: false})
: this._(null, null, metadata? ?? new Metadata(), collectTraces, null);
: this._(null, null, metadata ?? new Metadata(), collectTraces, null);
Declarer._(this._parent, this._name, this._metadata, this._collectTraces,
this._trace);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment