8 lines
180 B
Python
8 lines
180 B
Python
# SPDX-License-Identifier: Apache-2.0
|
|
# TEST_METADATA: {
|
|
# "expected_status": 200,
|
|
# "expected_result": "Script executed successfully",
|
|
# "allowed_imports": []
|
|
# }
|
|
x = 1 + 1
|