Changeset 6c144d8 for tests


Ignore:
Timestamp:
Aug 6, 2020, 3:34:47 PM (4 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
1eb239e4, c8e4b23d
Parents:
d3a518c (diff), 74cfe054 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc

Location:
tests
Files:
2 edited
2 moved

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rd3a518c r6c144d8  
    1919
    2020include $(top_srcdir)/src/cfa.make
     21
     22DEFAULT_INCLUDES = -I${abs_srcdir}
    2123
    2224debug=yes
  • tests/Makefile.in

    rd3a518c r6c144d8  
    133133am__v_at_0 = @
    134134am__v_at_1 =
    135 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
    136135depcomp = $(SHELL) $(top_srcdir)/automake/depcomp
    137136am__depfiles_maybe = depfiles
     
    394393am__v_JAVAC_0 = @echo "  JAVAC   " $@;
    395394am__v_JAVAC_1 =
     395DEFAULT_INCLUDES = -I${abs_srcdir}
    396396debug = yes
    397397installed = no
  • tests/exceptions/polymorphic.cfa

    rd3a518c r6c144d8  
    33#include <exception.hfa>
    44
    5 FORALL_TRIVIAL_EXCEPTION_(proxy, (otype U3), (U3));
    6 FORALL_TRIVIAL_INSTANCE_(proxy, (otype U4), (U4))
     5FORALL_TRIVIAL_EXCEPTION(proxy, (otype T), (T));
     6FORALL_TRIVIAL_INSTANCE(proxy, (otype U), (U))
    77
    88const char * msg(proxy(int) * this) { return "proxy(int)"; }
Note: See TracChangeset for help on using the changeset viewer.