From f9c21dc4c7d7c9fbaaecd574941074cc59694b95 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Sat, 15 Sep 2007 18:35:13 +0000 Subject: [PATCH] Rain: fixed a nasty copy-and-paste mistake in RainTypesTest --- frontends/RainTypesTest.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/RainTypesTest.hs b/frontends/RainTypesTest.hs index e30c22f..f9c95fa 100644 --- a/frontends/RainTypesTest.hs +++ b/frontends/RainTypesTest.hs @@ -147,7 +147,7 @@ checkExpressionTest = TestList defVar "xu32" A.UInt32 defVar "xu64" A.UInt64 defVar "x16" A.Int16 - defVar "x8" A.Int16 + defVar "x8" A.Int8 tests :: Test tests = TestList