Skip to content

Commit

Permalink
Fix bool arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
ermau committed Dec 20, 2012
1 parent 234330e commit 152d591
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Instant/MethodDeclarationExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ private static string GetTestValueForPrimitive (PrimitiveType type)
case "char":
return "'a'";

case "bool":
return "true";

case "uint":
case "int":
case "ushort":
Expand Down

0 comments on commit 152d591

Please sign in to comment.