Skip to content

Commit

Permalink
Revert "tweak test"
Browse files Browse the repository at this point in the history
This reverts commit 87d7b68.
  • Loading branch information
lehenbauer committed Jul 28, 2021
1 parent 87d7b68 commit 3620c4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tohil.test
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ test tohil_call-1.10 {stacked call exception} \
test tohil_call-1.11 {call of nonexistent functions} \
-body {tohil::call aosdin} \
-returnCodes error \
-result {name 'aosdin' is not defined.}
-result {module '__main__' has no attribute 'aosdin'}

test tohil_call-1.12 {call of nonexistent object methods} \
-body {tohil::eval {a = "aaa"}} \
Expand Down

0 comments on commit 3620c4e

Please sign in to comment.