From a1fbe152bbfa2f4c0aa900f8ff2ef074be3e9f5d Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 20 Jan 2019 04:22:05 -0500 Subject: [PATCH] lang: unification: Fix up small typos in example code --- lang/unification_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/unification_test.go b/lang/unification_test.go index 9076d41d..875546fc 100644 --- a/lang/unification_test.go +++ b/lang/unification_test.go @@ -517,8 +517,8 @@ func TestUnification1(t *testing.T) { } // XXX: add these tests when we fix the bug! //{ + // //import "fmt" // //test "t1" { - // // import "fmt" // // stringptr => fmt.printf("hello %s and %s", "one"), # bad // //} // expr := &ExprCall{ @@ -556,8 +556,8 @@ func TestUnification1(t *testing.T) { // }) //} //{ + // //import "fmt" // //test "t1" { - // // import "fmt" // // stringptr => fmt.printf("hello %s and %s", "one", "two", "three"), # bad // //} // expr := &ExprCall{ @@ -601,8 +601,8 @@ func TestUnification1(t *testing.T) { // }) //} { + //import "fmt" //test "t1" { - // import "fmt" // stringptr => fmt.printf("hello %s and %s", "one", "two"), //} expr := &ExprCall{