Commit 23999846 authored by Casey Faist's avatar Casey Faist

update 3.7 tests typo

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