Skip to content
Snippets Groups Projects
Commit 23999846 authored by Casey Faist's avatar Casey Faist
Browse files

update 3.7 tests typo

parent 8d1ebf72
No related branches found
No related tags found
No related merge requests found
......@@ -192,7 +192,7 @@ testPython3_7() {
}
testPython3_7_warn() {
compile "python3_7"
compile "python3_7_warn"
if [[ $STACK = "cedar-14" ]]; then
assertCapturedError
else
......@@ -203,7 +203,7 @@ testPython3_7_warn() {
}
testPython3_7_fail() {
compile "python3_7_warn"
compile "python3_7_fail"
assertCaptured "Aborting"
assertCapturedError
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment