Skip to content

Commit

Permalink
update to 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinking committed Nov 1, 2012
1 parent 0fd65fb commit f3e99e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/main/com/redhat/sample/multisource/module.ceylon
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
doc "Test multi source file compilation"
license "http://www.apache.org/licenses/LICENSE-2.0.html"
module com.redhat.sample.multisource '0.2' {
export import ceylon.language '0.4';
export import ceylon.language '0.5';
@error import non.existent.something '1.0';
}

0 comments on commit f3e99e9

Please sign in to comment.