blob: 0647c8a6119a07484e5cfee6680f4eba54005e60 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# We are testing the result of an optimization, so no use
# running them in various runtimes
setTestOpts(only_ways(['optasm']))
# This directory contains tests where we annotate functions with expected
# CPR signatures, and verify that these are actually those found by the compiler
setTestOpts(extra_hc_opts('-dno-typeable-binds -ddump-cpr-signatures'))
test('CaseBinderCPR', normal, compile, [''])
test('T19232', normal, compile, [''])
test('T19398', normal, compile, [''])
|