Commit 434d3e0b authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent af648a62
...@@ -78,7 +78,7 @@ def main(): ...@@ -78,7 +78,7 @@ def main():
stor.close() stor.close()
# dump to go what to expect # dump to go what to expect
with open("testdata_expect.go", "w") as f: with open("testdata_expect_test.go", "w") as f:
def emit(v): def emit(v):
print >>f, v print >>f, v
emit("// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata)") emit("// DO NOT EDIT - AUTOGENERATED (by py/gen-testdata)")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment