compiler/TSemanticAnalysisPassTests.st
changeset 9 569bf5707c7e
parent 8 eec72263ed75
child 10 2b9beeac547e
--- a/compiler/TSemanticAnalysisPassTests.st	Mon Sep 14 11:19:10 2015 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,18 +0,0 @@
-"{ Package: 'jv:tea/compiler' }"
-
-"{ NameSpace: Smalltalk }"
-
-TestCase subclass:#TSemanticAnalysisPassTests
-	instanceVariableNames:''
-	classVariableNames:''
-	poolDictionaries:''
-	category:'Languages-Tea-Compiler-Tests'
-!
-
-!TSemanticAnalysisPassTests methodsFor:'tests'!
-
-test_01
-
-    "Created: / 29-08-2015 / 14:11:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-! !
-