You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/tdecachegrind/tests/cg-badcostline1

12 lines
218 B

# Test with bad callgrind format
# Expected:
# :10 - ignored garbage at end of cost line ('30')
# :11 - ignored garbage at end of cost line ('hello')
events: Ir
fn=main
10 20 30
11 hello
12 10