Created
January 19, 2017 19:31
-
-
Save danny8376/434cabd5916459585442482e859505a9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
..........................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