From ff18c7404a6ecbfb72569fd66a74674083b70b0a Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 10 Oct 2016 22:04:11 +0200 Subject: Extend comment. --- scripts/isolateTests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/isolateTests.py b/scripts/isolateTests.py index 0290d13e..fed779d3 100755 --- a/scripts/isolateTests.py +++ b/scripts/isolateTests.py @@ -3,7 +3,8 @@ # This script reads C++ source files and writes all # multi-line strings into individual files. # This can be used to extract the Solidity test cases -# into files for e.g. fuzz testing. +# into files for e.g. fuzz testing as +# scripts/isolateTests.py tests/libsolidity/SolidityEndToEndTest.cpp import sys lines = sys.stdin.read().split('\n') -- cgit v1.2.3