update 3.7 tests typo

This commit is contained in:
Casey Faist
2018-11-14 16:41:38 -06:00
parent 8d1ebf7288
commit 23999846ad
+2 -2
View File
@@ -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
}