From e87e83f073ab4540784613f922c8fffa034cec31 Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Tue, 10 Feb 2009 11:31:00 +0000 Subject: [PATCH] Fixed a test that was labelled with the wrong expectation --- testcases/automatic/abbrev-check-1.occ.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcases/automatic/abbrev-check-1.occ.test b/testcases/automatic/abbrev-check-1.occ.test index e0e383f..a924c77 100644 --- a/testcases/automatic/abbrev-check-1.occ.test +++ b/testcases/automatic/abbrev-check-1.occ.test @@ -17,7 +17,7 @@ PROC m() %FAIL Val abbreviation, used improperly 2 VAL INT z IS x: x := 3 -%FAIL Val abbreviation, used properly +%PASS Val abbreviation, used properly VAL INT z IS x: INT y: y := z