We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3167897 commit 12a65e8Copy full SHA for 12a65e8
bpython/test/test_preprocess.py
@@ -12,7 +12,7 @@
12
from bpython.test.fodder import original, processed
13
14
15
-preproc = partial(preprocess, compiler=CommandCompiler)
+preproc = partial(preprocess, compiler=CommandCompiler())
16
17
18
def get_fodder_source(test_name):
0 commit comments