blob: 6693587babad94ccf8ff820a1259c56270a45d1f (
plain)
1
2
3
4
5
6
7
|
setTestOpts(only_ways(['normal']));
test('mdofail001', normal, compile_fail, [''])
test('mdofail002', normal, compile_fail, [''])
test('mdofail003', normal, compile_fail, [''])
test('mdofail004', normal, compile, [''])
test('mdofail005', normal, compile_fail, [''])
|