ON Semiconductor / mbed-os

Dependents:   mbed-TFT-example-NCS36510 mbed-Accelerometer-example-NCS36510 mbed-Accelerometer-example-NCS36510

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers test_data.py Source File

test_data.py

00001 # Like test17, but this time the invalid re-definition is in lib2, not in the app
00002 
00003 expected_results = {
00004     "K64F": {
00005         "desc": "test invalid macro re-definition in a library",
00006         "exception_msg": "defined in both"
00007     }
00008 }