Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit a9a1d67

Browse files
committed
Removed no longer used files
1 parent cc4a1ac commit a9a1d67

File tree

6 files changed

+3
-100
lines changed

6 files changed

+3
-100
lines changed

src/org/rascalmpl/core/library/lang/rascalcore/agrammar/tests/Compare.rsc

Lines changed: 0 additions & 95 deletions
This file was deleted.
Binary file not shown.

src/org/rascalmpl/core/library/lang/rascalcore/agrammar/tests/generated_parsers/Test1.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

src/org/rascalmpl/core/library/lang/rascalcore/compile/Examples/OverlappingFiles.rsc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ void main(){
3131
println("<size(identical)> identical files:");
3232
iprintln(identical);
3333
34-
approved = {"AST.rsc", "TestGrammars.rsc", "Characters.rsc", "Names.rsc", "Keywords.rsc",
35-
"PicoGrammar.rsc", "CGrammar.rsc", "Layout.rsc", "LayoutTests.rsc", "LiteralsTests.rsc",
36-
"Attributes.rsc"};
34+
approved = {"AST.rsc", "TestGrammars.rsc", "Characters.rsc", "CharactersTests.rsc", "Names.rsc", "Keywords.rsc",
35+
"Layout.rsc", "LayoutTests.rsc", "LiteralsTests.rsc", "Symbols.rsc", "Literals.rsc",
36+
"Attributes.rsc", "Tests.rsc", "ModuleInfo.rsc", "Names.java"};
3737
sameName = domain(rascalFiles) & domain(srcFiles) - approved;
3838
3939
println("<size(sameName)> files with same name:");

0 commit comments

Comments
 (0)