Home | History | Annotate | Download | only in test

Lines Matching full:errorf

38 		t.Errorf("C.myvar = %d, want 5", v)
41 t.Errorf("C.myvar_def = %d, want 5", v)
44 t.Errorf("C.mytext = %q, want %q", s, "abcdef")
47 t.Errorf("C.mytext_def = %q, want %q", s, "abcdef")
50 t.Errorf("C.myenum = %v, want 1234", c)
53 t.Errorf("C.myenum_def = %v, want 1234", c)
58 t.Errorf("C.myenum as const = %v, want 1234", c)
64 t.Errorf("C.myenum as const = %v, want 1234", c)
68 t.Errorf("C.myint_def = %v, want 12345", c)
73 t.Errorf("C.myint as const = %v, want 12345", c)
80 t.Errorf("C.myint_def = %v, want 1.5", c)
85 t.Errorf("C.myint as const = %v, want 1.5", c)
91 t.Errorf("C.mystring_def = %q, want %q", s, "hello")