Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 64461ee

Browse filesBrowse files
cclaussBridgeAR
authored andcommitted
test: use print() function in both Python 2 and 3
PR-URL: #29298 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent 683cd0f commit 64461ee
Copy full SHA for 64461ee

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/parallel/test-child-process-set-blocking.js‎

Copy file name to clipboardExpand all lines: test/parallel/test-child-process-set-blocking.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const ch = require('child_process');
2626

2727
const SIZE = 100000;
2828

29-
const cp = ch.spawn('python', ['-c', `print ${SIZE} * "C"`], {
29+
const cp = ch.spawn('python', ['-c', `print(${SIZE} * "C")`], {
3030
stdio: 'inherit'
3131
});
3232

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.