Skip to content

Commit 2399984

Browse files
committed
update 3.7 tests typo
1 parent 8d1ebf7 commit 2399984

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ testPython3_7() {
192192
}
193193

194194
testPython3_7_warn() {
195-
compile "python3_7"
195+
compile "python3_7_warn"
196196
if [[ $STACK = "cedar-14" ]]; then
197197
assertCapturedError
198198
else
@@ -203,7 +203,7 @@ testPython3_7_warn() {
203203
}
204204

205205
testPython3_7_fail() {
206-
compile "python3_7_warn"
206+
compile "python3_7_fail"
207207
assertCaptured "Aborting"
208208
assertCapturedError
209209
}

0 commit comments

Comments
 (0)