Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Add test case for relative path not using include paths
Browse files Browse the repository at this point in the history
  • Loading branch information
GreatCall-KayeK committed Dec 9, 2016
1 parent 512f3dc commit d6ce638
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion test-suite/djinni/all.djinni
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import "common.djinni"

@import "date.djinni"
@import "vendor/third-party/date.djinni"
@import "third-party/duration.djinni"
File renamed without changes.
4 changes: 2 additions & 2 deletions test-suite/generated-src/inFileList.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ djinni/constants.djinni
djinni/multiple_inheritance.djinni
djinni/single_language_interfaces.djinni
djinni/extended_record.djinni
djinni/date.djinni
djinni/date.yaml
djinni/vendor/third-party/date.djinni
djinni/vendor/third-party/date.yaml
djinni/vendor/third-party/duration.djinni
djinni/vendor/third-party/duration.yaml

0 comments on commit d6ce638

Please sign in to comment.