We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d1ebf7 commit 2399984Copy full SHA for 2399984
test/run
@@ -192,7 +192,7 @@ testPython3_7() {
192
}
193
194
testPython3_7_warn() {
195
- compile "python3_7"
+ compile "python3_7_warn"
196
if [[ $STACK = "cedar-14" ]]; then
197
assertCapturedError
198
else
@@ -203,7 +203,7 @@ testPython3_7_warn() {
203
204
205
testPython3_7_fail() {
206
- compile "python3_7_warn"
+ compile "python3_7_fail"
207
assertCaptured "Aborting"
208
209
0 commit comments