Skip to content

Commit

Permalink
[Test] Fix DispatchTest
Browse files Browse the repository at this point in the history
  • Loading branch information
fcoulon committed Oct 13, 2016
1 parent db4462b commit a1d51fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file not shown.
Expand Up @@ -2,9 +2,10 @@ package ^dispatch.melange.l4

import ^extension.dispatchroot.SubB
import fr.inria.diverse.k3.al.annotationprocessor.Aspect
import ^dispatch.melange.l1.BAspect

@Aspect(className=SubB)
class SubBAspect {
class SubBAspect extends BAspect{
def void foo(){
println("L4 - SubB.foo()")
}
Expand Down

0 comments on commit a1d51fb

Please sign in to comment.