Skip to content

Instantly share code, notes, and snippets.

@danny8376
Created January 19, 2017 19:31
Show Gist options
  • Save danny8376/434cabd5916459585442482e859505a9 to your computer and use it in GitHub Desktop.
Save danny8376/434cabd5916459585442482e859505a9 to your computer and use it in GitHub Desktop.
..........................F.
Failures:
1) CrystalLib::Parser types parses complete array
Failure/Error: var.type.should eq(IncompleteArrayType.new(PrimitiveType.int))
expected: #<CrystalLib::IncompleteArrayType:0xee2200 @type=#<CrystalLib::PrimitiveType:0xecafc0 @kind=Int>>
got: #<CrystalLib::ConstantArrayType:0xee2240 @type=#<CrystalLib::PrimitiveType:0xecafe0 @kind=Int>, @size=1>
# spec/parser_spec.cr:241
Finished in 260.86 milliseconds
28 examples, 1 failures, 0 errors, 0 pending
Failed examples:
crystal spec spec/parser_spec.cr:237 # CrystalLib::Parser types parses complete array
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment