Skip to content

Commit

Permalink
swap source for import
Browse files Browse the repository at this point in the history
  • Loading branch information
chambery committed Feb 17, 2012
1 parent 003325f commit dc59a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taffy_matcher.dart
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
#library("taffy_matcher"); #library("taffy_matcher");
#source("../dart-matchers/matchers.dart"); #import("../dart-matchers/matchers.dart");


class _MapLookup implements Matcher<Map> { class _MapLookup implements Matcher<Map> {
var _predicates; var _predicates;
Expand Down

0 comments on commit dc59a4d

Please sign in to comment.