Changeset 2252
- Timestamp:
- 07/12/08 11:47:37 (5 months ago)
- Files:
-
- trunk/ProjectFortress/static_tests/syntax_abstraction/TemplateGapWithWrongASTType.fsi (moved) (moved from trunk/ProjectFortress/static_tests/syntax_abstraction/SXXTemplateGapWithWrongASTType.fsi) (1 diff)
- trunk/ProjectFortress/static_tests/syntax_abstraction/TemplateGapWithWrongASTType.fss (moved) (moved from trunk/ProjectFortress/static_tests/syntax_abstraction/SXXTemplateGapWithWrongASTType.fss) (1 diff)
- trunk/ProjectFortress/static_tests/syntax_abstraction/TemplateGapWithWrongASTTypeUse.fss (moved) (moved from trunk/ProjectFortress/static_tests/syntax_abstraction/SXXTemplateGapWithWrongASTTypeUse.fss) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ProjectFortress/static_tests/syntax_abstraction/TemplateGapWithWrongASTType.fsi
r2250 r2252 16 16 ******************************************************************************) 17 17 18 api SXXTemplateGapWithWrongASTType18 api TemplateGapWithWrongASTType 19 19 20 20 import FortressAst.{...} trunk/ProjectFortress/static_tests/syntax_abstraction/TemplateGapWithWrongASTType.fss
r2250 r2252 16 16 ******************************************************************************) 17 17 18 component SXXTemplateGapWithWrongASTType19 export SXXTemplateGapWithWrongASTType18 component TemplateGapWithWrongASTType 19 export TemplateGapWithWrongASTType 20 20 end trunk/ProjectFortress/static_tests/syntax_abstraction/TemplateGapWithWrongASTTypeUse.fss
r2095 r2252 16 16 ******************************************************************************) 17 17 18 component SXXTemplateGapWithWrongASTTypeUse18 component TemplateGapWithWrongASTTypeUse 19 19 20 import SXXTemplateGapWithWrongASTType.{...}20 import TemplateGapWithWrongASTType.{...} 21 21 22 22 export Executable
