Skip to content

Commit

Permalink
Fix @MirrorsUsed target in test
Browse files Browse the repository at this point in the history
  • Loading branch information
greglittlefield-wf committed Dec 30, 2016
1 parent b533cd2 commit ae2f09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/over_react/component/dom_components_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ library dom_components_test;
// Tell dart2js that this library only needs to reflect the specified types.
// This speeds up compilation and makes JS output much smaller.
@MirrorsUsed(targets: const [
'over_react.Dom'
'over_react.dom_components.Dom'
])
import 'dart:mirrors';

Expand Down

0 comments on commit ae2f09c

Please sign in to comment.