Files
carbon-lang/executable_semantics/testdata/tuple_equality3.golden
T
Jeremy G. Siek 56b47bcfa9 Type computation tests (#511)
* test of a little type computation

* another test and some bug fixes
2021-05-05 14:46:10 -04:00

5 lines
82 B
Plaintext

8: type error in ==
expected: (0 = Int, 1 = Int)
actual: (0 = Int)
EXIT CODE: 255