From 533e57b03a5148acb054ceeaab01689bed94a580 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 30 Jan 2018 16:58:35 +0100 Subject: implement compileHeaders Test is still failing though... --- headers_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'headers_test.go') diff --git a/headers_test.go b/headers_test.go index f00b166..62bc066 100644 --- a/headers_test.go +++ b/headers_test.go @@ -61,7 +61,7 @@ func expectUint64(t *testing.T, actual uint64, expected uint64) { func expectString(t *testing.T, actual string, expected string) { t.Helper() if actual != expected { - t.Errorf("expected value %d, got %d instead\n", expected, actual) + t.Errorf("expected value %q, got %q instead\n", expected, actual) } } -- cgit v1.2.3