From 854ae91cdcbf914b499b1d7641d07859f3653481 Mon Sep 17 00:00:00 2001 From: Michael Munday Date: Thu, 26 Jan 2017 14:47:58 -0500 Subject: [PATCH] crypto/chacha20poly1305: rename test vectors file The previous name did not have the '_test.go' suffix and so was always built. Change-Id: I2d18d0ba5c863ac7f0dd0465ebafba4e022faa14 Reviewed-on: https://go-review.googlesource.com/35875 Run-TryBot: Michael Munday TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- ...0poly1305_test_vectors.go => chacha20poly1305_vectors_test.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename chacha20poly1305/{chacha20poly1305_test_vectors.go => chacha20poly1305_vectors_test.go} (100%) diff --git a/chacha20poly1305/chacha20poly1305_test_vectors.go b/chacha20poly1305/chacha20poly1305_vectors_test.go similarity index 100% rename from chacha20poly1305/chacha20poly1305_test_vectors.go rename to chacha20poly1305/chacha20poly1305_vectors_test.go