mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Bug 1847763 - Fix an invalid error case in the JS opcode tests r=yury
Depends on D186075 Differential Revision: https://phabricator.services.mozilla.com/D186076
This commit is contained in:
parent
2b94b26a26
commit
e1f55c565b
@ -301,7 +301,7 @@ def get_opcodes(dir):
|
||||
if opcode.op_snake != expected_snake:
|
||||
raise ValueError(
|
||||
"Unexpected snake-case name for {}: expected {!r}, got {!r}".format(
|
||||
opcode.op_camel, expected_snake, opcode.op_snake
|
||||
opcode.op, expected_snake, opcode.op_snake
|
||||
)
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user