Skip to content

Commit

Permalink
dotnet#658: fix sample
Browse files Browse the repository at this point in the history
  • Loading branch information
gsomix committed Oct 13, 2018
1 parent 5fea7b4 commit 269910e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
using System.Threading;
using BenchmarkDotNet.Attributes;

namespace BenchmarkDotNet.Samples.Intro
namespace BenchmarkDotNet.Samples
{
[DryJob]
public class IntroParamsAllValues
{
public enum CustomEnum
Expand Down

0 comments on commit 269910e

Please sign in to comment.