Rain: fixed a nasty copy-and-paste mistake in RainTypesTest
This commit is contained in:
parent
feedce5a24
commit
f9c21dc4c7
|
@ -147,7 +147,7 @@ checkExpressionTest = TestList
|
||||||
defVar "xu32" A.UInt32
|
defVar "xu32" A.UInt32
|
||||||
defVar "xu64" A.UInt64
|
defVar "xu64" A.UInt64
|
||||||
defVar "x16" A.Int16
|
defVar "x16" A.Int16
|
||||||
defVar "x8" A.Int16
|
defVar "x8" A.Int8
|
||||||
|
|
||||||
tests :: Test
|
tests :: Test
|
||||||
tests = TestList
|
tests = TestList
|
||||||
|
|
Loading…
Reference in New Issue
Block a user