Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
d4a210d2
Commit
d4a210d2
authored
Dec 02, 2019
by
Guilhem Saurel
Browse files
[Tests] fix for python 3.8+
parent
f874f72c
Changes
1
Hide whitespace changes
Inline
Side-by-side
unitTesting/interpreter-test-runfile.cc
View file @
d4a210d2
...
...
@@ -62,7 +62,11 @@ int main(int argc, char** argv) {
res
=
testFile
(
"test_python-syntax_error.py"
,
std
::
string
(
" File
\"
test_python-syntax_error.py
\"
, line 2
\n
"
" hello world
\n
"
#if PY_MINOR_VERSION >= 8
" ^
\n
"
#else
" ^
\n
"
#endif
"SyntaxError: invalid syntax
\n
"
),
numTest
)
&&
res
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment