forked from adl-lang/adl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test module names match filename, added test meta data 'testing_table…
….json'
- Loading branch information
1 parent
4a679b3
commit 55102d4
Showing
11 changed files
with
46 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Test | ||
module test10 | ||
{ | ||
struct X#1 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Test | ||
module test11 | ||
{ | ||
struct X#1 | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Test | ||
module test12 | ||
{ | ||
struct X | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Test | ||
module test13 | ||
{ | ||
struct X<A,A> | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module test | ||
module test15 | ||
{ | ||
/// A monomorphic struct | ||
struct A | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module test | ||
module test16 | ||
{ | ||
import test2.A; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module test | ||
module test19 | ||
{ | ||
struct Pair<A,B> | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@Ann1 100 | ||
module test | ||
module test21 | ||
{ | ||
// Some annotation types; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Test | ||
module test8 | ||
{ | ||
struct X | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module Test | ||
module test9 | ||
{ | ||
struct X | ||
{ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
[ | ||
{ "search_path": "test1", "modules": ["test1" ] }, | ||
{ "search_path": "test2", "modules": ["test2" ] }, | ||
{ "search_path": "test3", "modules": ["test3" ] }, | ||
{ "search_path": "test4", "modules": ["test4" ] }, | ||
{ "search_path": "test5", "modules": ["test5" ] }, | ||
{ "search_path": "test6", "modules": ["test6" ] }, | ||
{ "search_path": "test7", "modules": ["test7" ] }, | ||
{ "search_path": "test8", "modules": ["test8" ], "fail": true }, | ||
{ "search_path": "test9", "modules": ["test9" ], "fail": true }, | ||
{ "search_path": "test10", "modules": ["test10" ], "fail": true }, | ||
{ "search_path": "test11", "modules": ["test11" ], "fail": true }, | ||
{ "search_path": "test12", "modules": ["test12" ] }, | ||
{ "search_path": "test13", "modules": ["test13" ] }, | ||
{ "search_path": "test14", "modules": ["test14" ] }, | ||
{ "search_path": "test15", "modules": ["test15" ] }, | ||
{ "search_path": "test16", "modules": ["test16" ] }, | ||
{ "search_path": "test16", "modules": ["test16" ] }, | ||
{ "search_path": "test16", "modules": ["test2" ] }, | ||
{ "search_path": "test17", "modules": ["test17" ] }, | ||
{ "search_path": "test18", "modules": ["test18" ] }, | ||
{ "search_path": "test19", "modules": ["test19" ] }, | ||
{ "search_path": "test20", "modules": ["test20" ] }, | ||
{ "search_path": "test21", "modules": ["test21" ] }, | ||
{ "search_path": "test22", "modules": ["test22a" ] }, | ||
{ "search_path": "test22", "modules": ["test22b" ] }, | ||
{ "search_path": "test23", "modules": ["test23" ] }, | ||
{ "search_path": "test24", "modules": ["test24" ] }, | ||
{ "search_path": "test25", "modules": ["admin" ] }, | ||
{ "search_path": "test26", "modules": ["test26" ] }, | ||
{ "search_path": "test27", "modules": ["test27" ] }, | ||
{ "search_path": "test27", "modules": ["test27a" ] }, | ||
{ "search_path": "test28", "modules": ["test28" ] }, | ||
{ "search_path": "test29", "modules": ["test29" ] }, | ||
{ "search_path": "demo1", "modules": ["picture" ] } | ||
] |