[m-rev.] trivial diff: fix for tests/hard_coded/foreign_type2

Fergus Henderson fjh at cs.mu.OZ.AU
Thu Oct 24 16:50:46 AEST 2002


Estimated hours taken: 0.25
Branches: main

tests/hard_coded/foreign_type2.m:
	Fix a cut-and-paste error made when creating this test,
	which broke it in grade `il': s/foreign_type__/foreign_type2__/.

Workspace: /home/ceres/fjh/mercury
Index: tests/hard_coded/foreign_type2.m
===================================================================
RCS file: /home/mercury1/repository/tests/hard_coded/foreign_type2.m,v
retrieving revision 1.1
diff -u -d -r1.1 foreign_type2.m
--- tests/hard_coded/foreign_type2.m	30 Jun 2002 17:07:16 -0000	1.1
+++ tests/hard_coded/foreign_type2.m	24 Oct 2002 06:47:28 -0000
@@ -37,7 +37,7 @@
 
 % IL implementation
 :- pragma foreign_type(il, coord(T),
-	"class [foreign_type__csharp_code]coord").
+	"class [foreign_type2__csharp_code]coord").
 
 :- pragma foreign_decl("C#", "
 public class coord {

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
The University of Melbourne         |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.
--------------------------------------------------------------------------
mercury-reviews mailing list
post:  mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the reviews mailing list