From 15e34088e58fba55c6f59d5cf853527e4d9508d9 Mon Sep 17 00:00:00 2001 From: Kirill Smelkov <kirr@nexedi.com> Date: Thu, 16 Feb 2017 20:07:32 +0300 Subject: [PATCH] . --- t/neo/storage/fs1/py/gen-testdata | 2 +- t/neo/storage/fs1/testdata_expect.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t/neo/storage/fs1/py/gen-testdata b/t/neo/storage/fs1/py/gen-testdata index 497b9c12..71a40bd8 100755 --- a/t/neo/storage/fs1/py/gen-testdata +++ b/t/neo/storage/fs1/py/gen-testdata @@ -78,7 +78,7 @@ def main(): with open("testdata_expect.go", "w") as f: def emit(v): print >>f, v - emit("// DO NOT EDIT - AUTOGENERATED (by gen-testdata)") + emit("// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata)") emit("package fs1\n") emit("const _1fs_indexTopPos = %i" % stor._pos) emit("var _1fs_indexEntryv = [...]indexEntry{") diff --git a/t/neo/storage/fs1/testdata_expect.go b/t/neo/storage/fs1/testdata_expect.go index c7f6a8f7..7074c787 100644 --- a/t/neo/storage/fs1/testdata_expect.go +++ b/t/neo/storage/fs1/testdata_expect.go @@ -1,4 +1,4 @@ -// DO NOT EDIT - AUTOGENERATED (by gen-testdata) +// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata) package fs1 const _1fs_indexTopPos = 8917 -- 2.30.9