From 178b202120a22b7ca92c137c363ebb15d843a726 Mon Sep 17 00:00:00 2001 From: Ajax Date: Thu, 9 May 2019 10:50:32 +0200 Subject: Loader example: test_pe: remove useless imports, comment and rename --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_all.py') diff --git a/test/test_all.py b/test/test_all.py index 445d2b16..1f729a71 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -704,7 +704,7 @@ class ExampleLoader(Example): example_dir = "loader" -testset += ExampleLoader(["test_pe.py"], products=["uu.bin"]) +testset += ExampleLoader(["build_pe.py"], products=["fresh_pe.exe"]) # A sample is required, so "minidump_to_pe.py" is disabled for now -- cgit 1.4.1