mirror of https://github.com/ARMmbed/mbed-os.git
9 lines
234 B
Python
9 lines
234 B
Python
|
# Like test17, but this time the invalid re-definition is in lib2, not in the app
|
||
|
|
||
|
expected_results = {
|
||
|
"K64F": {
|
||
|
"desc": "test invalid macro re-definition in a library",
|
||
|
"exception_msg": "defined in both"
|
||
|
}
|
||
|
}
|