From 23999846ade543dc5ca8a820995bc84614607b90 Mon Sep 17 00:00:00 2001 From: Casey Faist <caseylfaist@gmail.com> Date: Wed, 14 Nov 2018 16:41:38 -0600 Subject: [PATCH] update 3.7 tests typo --- test/run | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/run b/test/run index 26e0d1ea..2f5bb3bc 100755 --- a/test/run +++ b/test/run @@ -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 } -- GitLab