Skip to content

Commit

Permalink
uncomment the allTestsEnabled check
Browse files Browse the repository at this point in the history
  • Loading branch information
glennj committed Oct 14, 2024
1 parent f354d7b commit 7e2fdf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/two-bucket/source/two_bucket.d
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ unittest
assert(result == TwoBucketResult(4, "one", 5));
}

//static if (allTestsEnabled)
static if (allTestsEnabled)
{
// Measure using bucket one of size 3 and bucket two of size 5 - start with bucket two
{
Expand Down

0 comments on commit 7e2fdf1

Please sign in to comment.