Lee Kai Xuan / mbed-os

Fork of mbed-os by erkin yucel

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 }