Init new repository
This commit is contained in:
2
tests/duplicate_package_name/32asd/a.lc
Normal file
2
tests/duplicate_package_name/32asd/a.lc
Normal file
@@ -0,0 +1,2 @@
|
||||
b :: proc() {
|
||||
}
|
||||
6
tests/duplicate_package_name/main/main.lc
Normal file
6
tests/duplicate_package_name/main/main.lc
Normal file
@@ -0,0 +1,6 @@
|
||||
import "std_types";
|
||||
import "32asd";
|
||||
|
||||
main :: proc(): int {
|
||||
return 0;
|
||||
}
|
||||
2
tests/duplicate_package_name/std_types/a.lc
Normal file
2
tests/duplicate_package_name/std_types/a.lc
Normal file
@@ -0,0 +1,2 @@
|
||||
a :: proc() {
|
||||
}
|
||||
3
tests/duplicate_package_name/test.txt
Normal file
3
tests/duplicate_package_name/test.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
// #failed: package
|
||||
// #error: found 2 directories with the same name
|
||||
// #error: invalid package name, please change
|
||||
Reference in New Issue
Block a user